Click or drag to resize
MessagePackObject  Conversion (UInt16 to MessagePackObject)
Convert UInt16instance to MessagePackObject instance.

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

Parameters

value
Type: SystemUInt16
UInt16 instance.

Return Value

Type: MessagePackObject
MessagePackObject instance corresponds to value.
See Also