ICollection<T>.SkipWhile Method

Include Protected Members
Include Inherited Members

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

Overload List

  Name Description
Bb908759.pubextension(en-us,VS.95).gif SkipWhile(Func<T, Boolean>) Bypasses elements in a sequence as long as a specified condition is true and then returns the remaining elements. (Defined by Enumerable.)
Bb908759.pubextension(en-us,VS.95).gif SkipWhile(Func<T, 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. (Defined by Enumerable.)

Top

See Also

Reference

ICollection<T> Interface

ICollection<T> Members

System.Collections.Generic Namespace