Nemerle Documentation

Hashtable.Add Method 

Adds a key/value pair to this hashtable. This method will raise ArgumentException if the given key is already in in the underlying Framework hashtable.

public void Add(
   object key,
   object val
);

See Also

Hashtable Class | Nemerle.Collections Namespace