Nemerle Documentation

IDictionary Members

IDictionary overview

Public Instance Properties

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.

Public Instance Methods

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.

See Also

IDictionary Interface | Nemerle.Collections Namespace