Nemerle Documentation
IDictionary.Contains Method
Checks if the dictionary contains a given key.
bool
Contains(
object
key
);
See Also
IDictionary Interface
|
Nemerle.Collections Namespace