Click or drag to resize
PackerPack Method (NullableSByte)
Pack nullable SByte value.

Namespace: MsgPack
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
[CLSCompliantAttribute(false)]
public Packer Pack(
	Nullable<sbyte> value
)

Parameters

value
Type: SystemNullableSByte
Value to serialize.

Return Value

Type: Packer
This packer instance.
See Also