Nemerle Documentation

ICollection.Iter Method 

Calls the supplied function for all the elements of this collection.

void Iter(
   Func1 f
);

See Also

ICollection Interface | Nemerle.Collections Namespace