Documentation for a minimal subset of the QSM API
DeserializeCollection<(Of <C, T>)> Method (collection, header, data)
Namespaces > QS.CMS.Base3 > SerializationHelper > DeserializeCollection<(Of C, T>)(C, ConsumableBlock, ConsumableBlock)

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

Syntax
C#Visual BasicManaged 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
)
Type Parameters
C
T
Parameters
collection (C)

[Missing <param> documentation for "collection"]

header (ConsumableBlock)

[Missing <param> documentation for "header"]

data (ConsumableBlock)

[Missing <param> documentation for "data"]

Assembly: QuickSilver_1 (Module: QuickSilver_1) Version: 1.0.0.0