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