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

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

Syntax
C#Visual BasicManaged C++
public static IList<C> Deserialize_ShortListOfUnknown<C> (
	ref ConsumableBlock header,
	ref ConsumableBlock data
) where C : class, 
Public Shared Function Deserialize_ShortListOfUnknown(Of C As {Class, }) ( _
	ByRef header As ConsumableBlock, _
	ByRef data As ConsumableBlock _
) As IList(Of C)
public:
generic<typename C>
where C : ref class, 
static IList<C>^ Deserialize_ShortListOfUnknown (
	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_ShortListOfUnknown``1(QS.Fx.Base.ConsumableBlock@,QS.Fx.Base.ConsumableBlock@)]

Assembly: QuickSilver_1 (Module: QuickSilver_1) Version: 1.0.0.0