Click or drag to resize
MessagePackObjectDictionary Constructor
Initializes an empty new instance of the MessagePackObjectDictionary class with default capacity.

Namespace: MsgPack
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public MessagePackObjectDictionary()
Remarks
This operation is an O(1) operation.
See Also