Click or drag to resize
PackerPackArrayHeaderCore Method
Bookkeep array length to be packed on current stream.

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

Parameters

count
Type: SystemInt32
Array length.

Return Value

Type: 
This instance.
See Also