PackerPackArrayHeaderCore Method |
Bookkeep array length to be packed on current stream.
Namespace: MsgPackAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax protected void PackArrayHeaderCore(
int count
)
Protected Sub PackArrayHeaderCore (
count As Integer
)
protected:
void PackArrayHeaderCore(
int count
)
member PackArrayHeaderCore :
count : int -> unit
Parameters
- count
- Type: SystemInt32
Array length.
Return Value
Type:
This instance.
See Also