6 [__DynamicallyInvokable]
15 [__DynamicallyInvokable]
18 [__DynamicallyInvokable]
24 [__DynamicallyInvokable]
27 [__DynamicallyInvokable]
33 [__DynamicallyInvokable]
36 [__DynamicallyInvokable]
47 [__DynamicallyInvokable]
58 [__DynamicallyInvokable]
bool ContainsKey(TKey key)
Determines whether the read-only dictionary contains an element that has the specified key.
Exposes the enumerator, which supports a simple iteration over a collection of a specified type....
Represents a strongly-typed, read-only collection of elements.
IEnumerable< TValue > Values
Gets an enumerable collection that contains the values in the read-only dictionary.
Represents a generic read-only collection of key/value pairs.
bool TryGetValue(TKey key, out TValue value)
Gets the value that is associated with the specified key.
IEnumerable< TKey > Keys
Gets an enumerable collection that contains the keys in the read-only dictionary.