AsyncQueryableSkipWhileTSource Method (IAsyncQueryableTSource, ExpressionFuncTSource, Boolean) |
Namespace: System.Linq
public static IAsyncQueryable<TSource> SkipWhile<TSource>( this IAsyncQueryable<TSource> source, Expression<Func<TSource, bool>> predicate )