Click or drag to resize
PackerPack Method (NullableInt16)
Pack nullable Int16 value.

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

Parameters

value
Type: SystemNullableInt16
Value to serialize.

Return Value

Type: Packer
This packer instance.
See Also