Click or drag to resize
PackerPackMapHeaderTKey, TValue Method (IDictionaryTKey, TValue)
Bookkeep dictionary count to be packed on current stream.

Namespace: MsgPack
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public Packer PackMapHeader<TKey, TValue>(
	IDictionary<TKey, TValue> map
)

Parameters

map
Type: System.Collections.GenericIDictionaryTKey, TValue
Dictionary count to be written.

Type Parameters

TKey

[Missing <typeparam name="TKey"/> documentation for "M:MsgPack.Packer.PackMapHeader``2(System.Collections.Generic.IDictionary{``0,``1})"]

TValue

[Missing <typeparam name="TValue"/> documentation for "M:MsgPack.Packer.PackMapHeader``2(System.Collections.Generic.IDictionary{``0,``1})"]

Return Value

Type: Packer
This instance.
Exceptions
ExceptionCondition
ObjectDisposedExceptionThis instance has been disposed.
See Also