| MessagePackObject Constructor (Int16) | 
 
Namespace: MsgPackAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
 Syntax
Syntaxpublic MessagePackObject(
	short value
)
Public Sub New ( 
	value As Short
)
public:
MessagePackObject(
	short value
)
new : 
        value : int16 -> MessagePackObjectParameters
- value
- Type: SystemInt16
 A MessagePackObject value to be wrapped.
 See Also
See Also