7 [__DynamicallyInvokable]
16 [__DynamicallyInvokable]
17 object this[
object key]
19 [__DynamicallyInvokable]
21 [__DynamicallyInvokable]
27 [__DynamicallyInvokable]
30 [__DynamicallyInvokable]
36 [__DynamicallyInvokable]
39 [__DynamicallyInvokable]
46 [__DynamicallyInvokable]
49 [__DynamicallyInvokable]
56 [__DynamicallyInvokable]
59 [__DynamicallyInvokable]
69 [__DynamicallyInvokable]
79 [__DynamicallyInvokable]
80 void Add(
object key,
object value);
84 [__DynamicallyInvokable]
89 [__DynamicallyInvokable]
97 [__DynamicallyInvokable]
bool Contains(object key)
Determines whether the T:System.Collections.IDictionary object contains an element with the specified...
bool IsFixedSize
Gets a value indicating whether the T:System.Collections.IDictionary object has a fixed size.
Exposes an enumerator, which supports a simple iteration over a non-generic collection....
void Add(object key, object value)
Adds an element with the provided key and value to the T:System.Collections.IDictionary object.
void Clear()
Removes all elements from the T:System.Collections.IDictionary object.
void Remove(object key)
Removes the element with the specified key from the T:System.Collections.IDictionary object.
ICollection Keys
Gets an T:System.Collections.ICollection object containing the keys of the T:System....
ICollection Values
Gets an T:System.Collections.ICollection object containing the values in the T:System....
new IDictionaryEnumerator GetEnumerator()
Returns an T:System.Collections.IDictionaryEnumerator object for the T:System.Collections....
bool IsReadOnly
Gets a value indicating whether the T:System.Collections.IDictionary object is read-only.
Enumerates the elements of a nongeneric dictionary.
Defines size, enumerators, and synchronization methods for all nongeneric collections.
Represents a nongeneric collection of key/value pairs.