Click or drag to resize
PackerPackMapHeader Method (Int32)
Bookkeep dictionary items count to be packed on current stream.

Namespace: MsgPack
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public Packer PackMapHeader(
	int count
)

Parameters

count
Type: SystemInt32
Dictionary items count.

Return Value

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