PackerPack Method (NullableInt16) |
Pack nullable
Int16 value.
Namespace: MsgPackAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax public Packer Pack(
Nullable<short> value
)
Public Function Pack (
value As Nullable(Of Short)
) As Packer
public:
Packer^ Pack(
Nullable<short> value
)
member Pack :
value : Nullable<int16> -> Packer
Parameters
- value
- Type: SystemNullableInt16
Value to serialize.
Return Value
Type:
PackerThis packer instance.
See Also