Click or drag to resize
MessagePackObjectDictionaryClear Method
Removes all items from the MessagePackObjectDictionary.

Namespace: MsgPack
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
Remarks
This method approaches an O(N) operation, where N is Count.
See Also