Click or drag to resize
PackerPackMapHeaderCore Method
Bookkeep dictionary items count to be packed on current stream.

Namespace: MsgPack
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
protected void PackMapHeaderCore(
	int count
)

Parameters

count
Type: SystemInt32
Dictionary items count.

Return Value

Type: 
This instance.
See Also