MessagePackObject Constructor (UInt16) |
Namespace: MsgPackAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax [CLSCompliantAttribute(false)]
public MessagePackObject(
ushort value
)
<CLSCompliantAttribute(false)>
Public Sub New (
value As UShort
)
public:
[CLSCompliantAttribute(false)]
MessagePackObject(
unsigned short value
)
[<CLSCompliantAttribute(false)>]
new :
value : uint16 -> MessagePackObject
Parameters
- value
- Type: SystemUInt16
A MessagePackObject value to be wrapped.
See Also