Nemerle Documentation
IDictionary.Add Method
Adds a key/value pair to the dictionary.
void
Add(
object
key
,
object
value
);
See Also
IDictionary Interface
|
Nemerle.Collections Namespace