Item
|
|
Keys
|
Returns a collection of the dictionary's keys. |
KeyValuePairs
|
Returns a collection of the dictionary's key/value pairs. |
Values
|
Returns a collection of the dictionary's values. |
Add
|
Adds a key/value pair to the dictionary. |
Clear
|
Clears the contents of the dictionary. |
Contains
|
Checks if the dictionary contains a given key. |
Get
|
Returns an optional value associated with the specified key. This is the safe version of the default indexer property. |
GetEnumerator
|
Returns an enumerator for this dictionary. |
Remove
|
Removes the given key from this dictionary. |
IDictionary Interface | Nemerle.Collections Namespace