Nemerle Documentation
IDictionary.Remove Method
Removes the given key from this dictionary.
void
Remove(
object
key
);
See Also
IDictionary Interface
|
Nemerle.Collections Namespace