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