Nemerle Documentation

Hashtable.Iter Method 

Iterates a function over the key/value pairs in the hashtable.

public void Iter(
   Func2 f
);

See Also

Hashtable Class | Nemerle.Collections Namespace