Click or drag to resize
MessagePackObject  Conversion (Int16 to MessagePackObject)
Convert Int16instance to MessagePackObject instance.

Namespace: MsgPack
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public static implicit operator MessagePackObject (
	short value
)

Parameters

value
Type: SystemInt16
Int16 instance.

Return Value

Type: MessagePackObject
MessagePackObject instance corresponds to value.
See Also