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