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

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

Syntax
C#Visual BasicManaged C++
public static void DeserializeCollection<C, T> (
	out C collection,
	Constructor<C, int> constructor,
	ref ConsumableBlock header,
	ref ConsumableBlock data
) where C : Object,  where T : new(), 
Public Shared Sub DeserializeCollection(Of C As {Object, }, T As {New, }) ( _
	<OutAttribute> ByRef collection As C, _
	constructor As Constructor(Of C, Integer), _
	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, 
	Constructor<C, int>^ constructor, 
	ConsumableBlock% header, 
	ConsumableBlock% data
)
Type Parameters
C
T
Parameters
collection (C)

[Missing <param> documentation for "collection"]

constructor (Constructor<(Of C, Int32>))

[Missing <param> documentation for "constructor"]

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