.NET Framework Class Library
Enumerable..::.SkipWhile Method

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

Overload List

  NameDescription
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkSkipWhile<(Of <(TSource>)>)(IEnumerable<(Of <(TSource>)>), Func<(Of <(TSource, Boolean>)>))Bypasses elements in a sequence as long as a specified condition is true and then returns the remaining elements.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkSkipWhile<(Of <(TSource>)>)(IEnumerable<(Of <(TSource>)>), Func<(Of <(TSource, Int32, Boolean>)>))Bypasses elements in a sequence as long as a specified condition is true and then returns the remaining elements. The element's index is used in the logic of the predicate function.
Top
See Also

Reference

Tags :


Page view tracker