| AsyncEnumerableSkipWhileTSource Method (IAsyncEnumerableTSource, FuncTSource, Int32, Boolean) | 
Namespace: System.Linq
 Syntax
Syntaxpublic static IAsyncEnumerable<TSource> SkipWhile<TSource>( this IAsyncEnumerable<TSource> source, Func<TSource, int, bool> predicate )
 See Also
See Also