You are here: Symbol Reference > Stimulsoft.Base.Json.Utilities.LinqBridge Namespace > Enumerable Class > Enumerable Methods > SkipWhile Method > SkipWhile Method (this IEnumerable<TSource>, Func<TSource, bool>)
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
Enumerable.SkipWhile Method (this IEnumerable<TSource>, Func<TSource, bool>)

Bypasses elements in a sequence as long as a specified condition is true and then returns the remaining elements.

Syntax
C++
C#
Visual Basic
public: IEnumerable<TSource> SkipWhile<TSource>( this IEnumerable<TSource> source, Func<TSource, bool> predicate );
Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.