Nemerle Documentation

Hashtable.Fold Method 

Folds a function over the key/value pairs.

public object Fold(
   object s,
   Func3 f
);

See Also

Hashtable Class | Nemerle.Collections Namespace