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