Click or drag to resize
PackerPack Method (NullableInt32)
Pack nullable Int32 value.

Namespace: MsgPack
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public Packer Pack(
	Nullable<int> value
)

Parameters

value
Type: SystemNullableInt32
Value to serialize.

Return Value

Type: Packer
This packer instance.
See Also