![]() | Adds a key and item pair to a Dictionary object. |
![]() | Returns true if a specified key exists in the Dictionary object, false if it does not. |
![]() | Returns an array containing all the items in a Dictionary object. |
![]() | Returns an array containing all existing keys in a Dictionary object. |
![]() | Removes a key, item pair from a Dictionary object. |
![]() | The RemoveAll method removes all key, item pairs from a Dictionary object. |