IReadOnlyDictionaryTKey, TValue Methods |
The IReadOnlyDictionaryTKey, TValue generic type exposes the following members.
| Name | Description | |
|---|---|---|
| ContainsKey |
Determines whether the read-only dictionary contains an element that has the specified key.
| |
| GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from IEnumerableKeyValuePairTKey, TValue.) | |
| TryGetValue |
Gets the value that is associated with the specified key.
|