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

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

Syntax
C#Visual BasicManaged C++
public static IList<C> Deserialize_ShortListOf<C> (
	ref ConsumableBlock header,
	ref ConsumableBlock data
) where C : new(), 
Public Shared Function Deserialize_ShortListOf(Of C As {New, }) ( _
	ByRef header As ConsumableBlock, _
	ByRef data As ConsumableBlock _
) As IList(Of C)
public:
generic<typename C>
where C : gcnew(), 
static IList<C>^ Deserialize_ShortListOf (
	ConsumableBlock% header, 
	ConsumableBlock% data
)
Type Parameters
C
Parameters
header (ConsumableBlock)

[Missing <param> documentation for "header"]

data (ConsumableBlock)

[Missing <param> documentation for "data"]

Return Value

[Missing <returns> documentation for M:QS.CMS.Base3.SerializationHelper.Deserialize_ShortListOf``1(QS.Fx.Base.ConsumableBlock@,QS.Fx.Base.ConsumableBlock@)]

Assembly: QuickSilver_1 (Module: QuickSilver_1) Version: 1.0.0.0