[Missing <summary> documentation for M:QS.CMS.Base3.SerializationHelper.DeserializeCollection``2(``0@,QS.Fx.Base.ConsumableBlock@,QS.Fx.Base.ConsumableBlock@)]

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

- C
- T

- collection (C)
[Missing <param> documentation for "collection"]
- header (ConsumableBlock)
[Missing <param> documentation for "header"]
- data (ConsumableBlock)
[Missing <param> documentation for "data"]