MessagePackObject Constructor (UInt32) |
Namespace: MsgPackAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax [CLSCompliantAttribute(false)]
public MessagePackObject(
uint value
)
<CLSCompliantAttribute(false)>
Public Sub New (
value As UInteger
)
public:
[CLSCompliantAttribute(false)]
MessagePackObject(
unsigned int value
)
[<CLSCompliantAttribute(false)>]
new :
value : uint32 -> MessagePackObject
Parameters
- value
- Type: SystemUInt32
A MessagePackObject value to be wrapped.
See Also