![]() | RankedSet<T>.SkipWhile Method |
Name | Description | |
---|---|---|
![]() | SkipWhile(Func<T, Boolean>) |
Bypasses elements as long as a supplied condition is true and yields the remaining items.
|
![]() | SkipWhile(Func<T, Int32, Boolean>) |
Bypasses elements as long as a supplied index-based condition is true and yields the remaining items.
|