![]() | countAtleastCountAtLeastT Method |
Namespace: WhetStone.Looping
public static bool CountAtLeast<T>( this IEnumerable<T> this, int minCount, Func<T, bool> predicate = null )
After confirming this at least minCount members, enumeration will halt.
The enumeration can halt prematurely in some cases.