|  | EnumeratorSkipWhile Method | 
 Overload List
Overload List| Name | Description | |
|---|---|---|
|  | SkipWhile(FuncT, Boolean) | 
            Bypasses items as long as a supplied condition is true and yields the remaining items.
             | 
|  | SkipWhile(FuncT, Int32, Boolean) | 
            Bypasses items as long as a supplied index-based condition is true and yields the remaining items.
             | 
 See Also
See Also