Nemerle Documentation

ICollection.Exists Method 

Checks if there exists a member of collection that satisfies the supplied condition.

bool Exists(
   Func1 f
);

See Also

ICollection Interface | Nemerle.Collections Namespace