| RankedSetTSkipWhile Method (FuncT, Int32, Boolean) |
Bypasses elements as long as a supplied index-based condition is true and yields the remaining items.
Namespace:
Kaos.Collections
Assembly:
KaosCollections (in KaosCollections.dll) Version: 4.2.0.0
Syntax public RankedSetTEnumerator SkipWhile(
Func<T, int, bool> predicate
)
Parameters
- predicate
- Type: SystemFuncT, Int32, Boolean
The condition to test for.
Return Value
Type:
RankedSetTEnumeratorRemaining items after the first item that does not satisfy the supplied condition.
Exceptions See Also