Click or drag to resize
MessagePackObjectDictionary Methods

The MessagePackObjectDictionary type exposes the following members.

Methods
  NameDescription
Public methodAdd
Adds the specified key and value to the dictionary.
Public methodAsFrozen
Gets a copy of this instance as frozen instance.
Public methodClear
Removes all items from the MessagePackObjectDictionary.
Public methodContainsKey
Determines whether the MessagePackObjectDictionary contains an element with the specified key.
Public methodContainsValue
Determines whether the MessagePackObjectDictionary contains an element with the specified value.
Public methodFreeze
Freezes this instance.
Public methodGetEnumerator
Returns an enumerator that iterates through the MessagePackObjectDictionary.
Public methodRemove
Removes the element with the specified key from the MessagePackObjectDictionary.
Public methodTryGetValue
Gets the value associated with the specified key.
Top
See Also