MessagePackObject Constructor (MessagePackObjectDictionary) |
Namespace: MsgPackAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax public MessagePackObject(
MessagePackObjectDictionary value
)
Public Sub New (
value As MessagePackObjectDictionary
)
public:
MessagePackObject(
MessagePackObjectDictionary^ value
)
new :
value : MessagePackObjectDictionary -> MessagePackObject
Parameters
- value
- Type: MsgPackMessagePackObjectDictionary
The dictitonary to be copied.
See Also