Nemerle Documentation

Hashtable.Set Method 

This is different from add, which can fail if the key is already in the underlying Framework hashtable...

public void Set(
   object key,
   object val
);

See Also

Hashtable Class | Nemerle.Collections Namespace