| MessagePackObject  Conversion (UInt16 to MessagePackObject) | 
 
Namespace: MsgPackAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntaxpublic static implicit operator MessagePackObject (
	ushort value
)
Public Shared Widening Operator CType ( 
	value As UShort
) As MessagePackObject
static implicit operator MessagePackObject (
	unsigned short value
)
F# does not support the declaration of new casting operators.
Parameters
- value
 - Type: SystemUInt16
UInt16 instance. 
Return Value
Type: 
MessagePackObjectMessagePackObject instance corresponds to 
value.
See Also