ValueCollectionSkipWhile Method |
Name | Description | |
---|---|---|
SkipWhile(FuncTValue, Boolean) |
Bypasses values as long as a supplied condition is true and yields the remaining values.
| |
SkipWhile(FuncTValue, Int32, Boolean) |
Bypasses values as long as a supplied index-based condition is true and yields the remaining values.
|