Nemerle Documentation

Hashtable.Map Method 

Maps a given function defined of key-value pairs to the contents of this hashtable. A new hashtable object is created, containing the results of the application.

public Hashtable Map(
   Func2 f
);

See Also

Hashtable Class | Nemerle.Collections Namespace