[Missing <summary> documentation for M:QS.CMS.Base3.SerializationHelper.SerializeDictionary``2(System.Collections.Generic.IDictionary{``0,``1},QS.Fx.Base.ConsumableBlock@,System.Collections.Generic.IList{QS.Fx.Base.Block}@)]

C# | Visual Basic | Managed C++ |
public static void SerializeDictionary<K, C> ( IDictionary<K, C> dictionary, ref ConsumableBlock header, ref IList<Block> data ) where K : where C :
Public Shared Sub SerializeDictionary(Of K As , C As ) ( _ dictionary As IDictionary(Of K, C), _ ByRef header As ConsumableBlock, _ ByRef data As IList(Of Block) _ )
public: generic<typename K, typename C> where K : where C : static void SerializeDictionary ( IDictionary<K, C>^ dictionary, ConsumableBlock% header, IList<Block>^% data )

- K
- C

- dictionary (IDictionary<(Of K, C>))
[Missing <param> documentation for "dictionary"]
- header (ConsumableBlock)
[Missing <param> documentation for "header"]
- data (IList<(Of Block>))
[Missing <param> documentation for "data"]