| MessagePackObjectDictionary Class |
Namespace: MsgPack
The MessagePackObjectDictionary type exposes the following members.
| Name | Description | |
|---|---|---|
| MessagePackObjectDictionary |
Initializes an empty new instance of the MessagePackObjectDictionary class with default capacity.
| |
| MessagePackObjectDictionary(Int32) |
Initializes an empty new instance of the MessagePackObjectDictionary class with specified initial capacity.
| |
| MessagePackObjectDictionary(IDictionaryMessagePackObject, MessagePackObject) |
Initializes a new instance of the MessagePackObjectDictionary class.
|
| Name | Description | |
|---|---|---|
| Count |
Gets the number of elements contained in the MessagePackObjectDictionary.
| |
| IsFrozen |
Gets a value indicating whether this instance is frozen.
| |
| Item |
Gets or sets the element with the specified key.
| |
| Keys |
Gets an MessagePackObjectDictionaryKeySet containing the keys of the MessagePackObjectDictionary.
| |
| Values |
Gets an MessagePackObjectDictionaryValueCollection containing the values of the MessagePackObjectDictionary.
|
| 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.
|