Initializes a new instance of the System.Collections.Generic.Dictionary class that is empty, has the default initial capacity, and uses the default equality comparer for the key type.
Generic type argument
Generic type argument
ReadonlyItemGets or sets the value associated with the specified key.
Gets the number of key/value pairs contained in the System.Collections.Generic.Dictionary.
The number of key/value pairs contained in the System.Collections.Generic.Dictionary.
Gets a collection containing the keys in the System.Collections.Generic.Dictionary.
A System.Collections.Generic.Dictionary.KeyCollection containing the keys in the System.Collections.Generic.Dictionary.
Gets a collection containing the values in the System.Collections.Generic.Dictionary.
A System.Collections.Generic.Dictionary.ValueCollection containing the values in the System.Collections.Generic.Dictionary.
Removes all keys and values from the System.Collections.Generic.Dictionary.
Determines whether the System.Collections.Generic.Dictionary contains the specified key.
The key to locate in the System.Collections.Generic.Dictionary.
true if the System.Collections.Generic.Dictionary contains an element with the specified key; otherwise, false.
Determines whether the specified object is equal to the current object.
The object to compare with the current object.
true if the specified object is equal to the current object; otherwise, false.
Serves as the default hash function.
A hash code for the current object.
Removes the value with the specified key from the System.Collections.Generic.Dictionary.
true if the element is successfully found and removed; otherwise, false. This method returns false if key is not found in the System.Collections.Generic.Dictionary.
Returns a string that represents the current object.
A string that represents the current object.
StaticEqualsDetermines whether the specified object instances are considered equal.
The first object to compare.
The second object to compare.
true if the objects are considered equal; otherwise, false. If both objA and objB are null, the method returns true.
Represents a collection of keys and values.