PackerPack Method (Int32) |
Packs
Int32 value to current stream.
Namespace: MsgPackAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax public Packer Pack(
int value
)
Public Function Pack (
value As Integer
) As Packer
public:
Packer^ Pack(
int value
)
member Pack :
value : int -> Packer
Parameters
- value
- Type: SystemInt32
Int32 value.
Return Value
Type:
PackerThis instance.
Exceptions See Also