Documentation for a minimal subset of the QSM API
SerializeDictionary<(Of <K, C>)> Method (dictionary, header, data)
Namespaces > QS.CMS.Base3 > SerializationHelper > SerializeDictionary<(Of K, C>)(IDictionary<(Of K, C>), ConsumableBlock, IList<(Of Block>))

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

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

[Missing <param> documentation for "dictionary"]

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