Click or drag to resize
PackerPack Method (Int16)
Packs Int16 value to current stream.

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

Parameters

value
Type: SystemInt16
Int16 value.

Return Value

Type: Packer
This instance.
Exceptions
ExceptionCondition
ObjectDisposedExceptionThis instance has been disposed.
See Also