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