AsyncEnumerable.ThenBy<TSource, TKey> Method (IOrderedAsyncEnumerable<TSource>, Func<TSource, TKey>, IComparer<TKey>) |
Namespace: System.Linq
public static IOrderedAsyncEnumerable<TSource> ThenBy<TSource, TKey>( this IOrderedAsyncEnumerable<TSource> source, Func<TSource, TKey> keySelector, IComparer<TKey> comparer )