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 | |
---|---|---|
![]() |
Determines whether an element with the specified key exists in the Dictionary. |
|
![]() |
Gets the value with the specified key. |
|
![]() |
Gets an Array with all keys present in the Dictionary. |
|
![]() |
Removes the element with the specified key from the Dictionary. |
|
![]() |
Adds the specified key and value to the dictionary. |