Click or drag to resize
PackerPackArrayHeader Method (Int32)
Bookkeep array length to be packed on current stream.

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

Parameters

count
Type: SystemInt32
Array length.

Return Value

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