MessagePackObject Constructor (SByte) |
Namespace: MsgPackAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax [CLSCompliantAttribute(false)]
public MessagePackObject(
sbyte value
)
<CLSCompliantAttribute(false)>
Public Sub New (
value As SByte
)
public:
[CLSCompliantAttribute(false)]
MessagePackObject(
signed char value
)
[<CLSCompliantAttribute(false)>]
new :
value : sbyte -> MessagePackObject
Parameters
- value
- Type: SystemSByte
A MessagePackObject value to be wrapped.
See Also