| AsyncEnumerableThenByTSource, TKey Method (IOrderedAsyncEnumerableTSource, FuncTSource, TKey) | 
Namespace: System.Linq
 Syntax
Syntaxpublic static IOrderedAsyncEnumerable<TSource> ThenBy<TSource, TKey>( this IOrderedAsyncEnumerable<TSource> source, Func<TSource, TKey> keySelector )
 See Also
See Also