Name | Description | |
---|---|---|
![]() |
Determines whether the dictionary contains a specific key. |
|
![]() |
Calls a defined callback function for each entry in the dictionary. |
|
![]() |
Calls a defined callback function for each key in the dictionary. |
|
![]() |
Calls a defined callback function for each value in the dictionary. |
|
![]() |
Gets the value associated with the specified key within the dictionary. |
|
![]() |
Gets an array with all keys in the dictionary. |
|
![]() |
Removes the element with the specified key from the dictionary. |
|
![]() |
Associates the specified value with the specified key within the dictionary. |