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

C# | Visual Basic | Managed C++ |
public static void DeserializeDictionary<K, C> ( IDictionary<K, C> dictionary, ref ConsumableBlock header, ref ConsumableBlock data ) where K : new(), where C : new(),
Public Shared Sub DeserializeDictionary(Of K As {New, }, C As {New, }) ( _ dictionary As IDictionary(Of K, C), _ ByRef header As ConsumableBlock, _ ByRef data As ConsumableBlock _ )
public: generic<typename K, typename C> where K : gcnew(), where C : gcnew(), static void DeserializeDictionary ( IDictionary<K, C>^ dictionary, ConsumableBlock% header, ConsumableBlock% data )

- K
- C

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