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