MessagePackObjectDictionary Methods |
The MessagePackObjectDictionary type exposes the following members.
Name | Description | |
---|---|---|
Add |
Adds the specified key and value to the dictionary.
| |
AsFrozen |
Gets a copy of this instance as frozen instance.
| |
Clear |
Removes all items from the MessagePackObjectDictionary.
| |
ContainsKey |
Determines whether the MessagePackObjectDictionary contains an element with the specified key.
| |
ContainsValue |
Determines whether the MessagePackObjectDictionary contains an element with the specified value.
| |
Freeze |
Freezes this instance.
| |
GetEnumerator |
Returns an enumerator that iterates through the MessagePackObjectDictionary.
| |
Remove |
Removes the element with the specified key from the MessagePackObjectDictionary.
| |
TryGetValue |
Gets the value associated with the specified key.
|