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

[Missing <summary> documentation for M:QS.CMS.Base3.SerializationHelper.SerializeCollection``1(System.Collections.Generic.ICollection{``0},QS.Fx.Base.ConsumableBlock@,System.Collections.Generic.IList{QS.Fx.Base.Block}@)]

Syntax
C#Visual BasicManaged C++
public static void SerializeCollection<T> (
	ICollection<T> collection,
	ref ConsumableBlock header,
	ref IList<Block> data
) where T : 
Public Shared Sub SerializeCollection(Of T As ) ( _
	collection As ICollection(Of T), _
	ByRef header As ConsumableBlock, _
	ByRef data As IList(Of Block) _
)
public:
generic<typename T>
where T : 
static void SerializeCollection (
	ICollection<T>^ collection, 
	ConsumableBlock% header, 
	IList<Block>^% data
)
Type Parameters
T
Parameters
collection (ICollection<(Of T>))

[Missing <param> documentation for "collection"]

header (ConsumableBlock)

[Missing <param> documentation for "header"]

data (IList<(Of Block>))

[Missing <param> documentation for "data"]

Assembly: QuickSilver_1 (Module: QuickSilver_1) Version: 1.0.0.0