PackerPack Method (NullableInt32) |
Pack nullable
Int32 value.
Namespace: MsgPackAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax public Packer Pack(
Nullable<int> value
)
Public Function Pack (
value As Nullable(Of Integer)
) As Packer
public:
Packer^ Pack(
Nullable<int> value
)
member Pack :
value : Nullable<int> -> Packer
Parameters
- value
- Type: SystemNullableInt32
Value to serialize.
Return Value
Type:
PackerThis packer instance.
See Also