Click or drag to resize
MessagePackObject Constructor (UInt16)
Initializes a new instance of the MessagePackObject type which wraps UInt16 instance.

Namespace: MsgPack
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
[CLSCompliantAttribute(false)]
public MessagePackObject(
	ushort value
)

Parameters

value
Type: SystemUInt16
A MessagePackObject value to be wrapped.
See Also