6 [__DynamicallyInvokable]
16 [__DynamicallyInvokable]
19 [__DynamicallyInvokable]
21 [__DynamicallyInvokable]
27 [__DynamicallyInvokable]
30 [__DynamicallyInvokable]
36 [__DynamicallyInvokable]
39 [__DynamicallyInvokable]
49 [__DynamicallyInvokable]
59 [__DynamicallyInvokable]
60 void Add(TKey key, TValue value);
69 [__DynamicallyInvokable]
79 [__DynamicallyInvokable]
ICollection< TKey > Keys
Gets an T:System.Collections.Generic.ICollection`1 containing the keys of the T:System....
Exposes the enumerator, which supports a simple iteration over a collection of a specified type....
ICollection< TValue > Values
Gets an T:System.Collections.Generic.ICollection`1 containing the values in the T:System....
Defines methods to manipulate generic collections.
bool TryGetValue(TKey key, out TValue value)
Gets the value associated with the specified key.
Represents a generic collection of key/value pairs.
bool Remove(TKey key)
Removes the element with the specified key from the T:System.Collections.Generic.IDictionary`2.
bool ContainsKey(TKey key)
Determines whether the T:System.Collections.Generic.IDictionary`2 contains an element with the specif...
void Add(TKey key, TValue value)
Adds an element with the provided key and value to the T:System.Collections.Generic....