RankedSetTSkipWhile Method |
| Name | Description | |
|---|---|---|
| SkipWhile(FuncT, Boolean) |
Bypasses elements as long as a supplied condition is true and yields the remaining items.
| |
| SkipWhile(FuncT, Int32, Boolean) |
Bypasses elements as long as a supplied index-based condition is true and yields the remaining items.
|