IEnumerable<T>.SkipWhile(TPredicate<T>) Method
Bypasses elements in a sequence as long as a specified condition is true and then returns the remaining elements.
public function SkipWhile(const predicate: TPredicate<T>): IEnumerable<T>; overload;
Parameters
- predicate
- Type: TPredicate<T>