Click or drag to resize
MessagePackObject Constructor (MessagePackObjectDictionary)
Initializes a new instance wraps MessagePackObjectDictionary.

Namespace: MsgPack
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public MessagePackObject(
	MessagePackObjectDictionary value
)

Parameters

value
Type: MsgPackMessagePackObjectDictionary
The dictitonary to be copied.
See Also