Nemerle Documentation

ICollection.ForAll Method 

Checks if all the members of this collection satisfy the supplied predicate.

bool ForAll(
   Func1 f
);

See Also

ICollection Interface | Nemerle.Collections Namespace