Represents a collection of keys and values.
The following tables list the members exposed by the Dictionary type.
Name | Description | |
---|---|---|
Initializes a new instance of the Dictionary class. |
Name | Description | |
---|---|---|
Gets the number of key/value pairs contained in the Dictionary. |
||
Gets the list of all keys in the Dictionary. |
||
Gets the list of all values in the Dictionary. |
Name | Description | |
---|---|---|
Determines whether the Dictionary contains a specific key. |
||
Executes a provided function once for each element. |
||
Gets the value associated with the specified key within the Dictionary. |
||
Removes the element with the specified key from the Dictionary. |
||
Associates the specified value with the specified key within the Dictionary. |