Enumerable..::.SkipWhile Method
This page is specific to:.NET Framework Version:3.5Silverlight 3
.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

© 2009 Microsoft Corporation. All rights reserved.   Terms of Use | Trademarks | Privacy Statement
Page view tracker
Rate the Lightweight library
x
Lightweight builds on ScriptFree (loband) by adding features you've requested: a SearchBox and default code language selection.
Do you like the SearchBox?
Do you like the tabbed code blocks?
How useful is this topic?
Tell us more.
Thanks
x
You're helping to improve MSDN Online.
Feedback
Switch View
Classic
Lightweight Beta
ScriptFree
Switch View