PackerPackMapHeader Method (Int32) |
Bookkeep dictionary items count to be packed on current stream.
Namespace: MsgPackAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax public Packer PackMapHeader(
int count
)
Public Function PackMapHeader (
count As Integer
) As Packer
public:
Packer^ PackMapHeader(
int count
)
member PackMapHeader :
count : int -> Packer
Parameters
- count
- Type: SystemInt32
Dictionary items count.
Return Value
Type:
PackerThis instance.
Exceptions See Also