| AsyncEnumerableOrderByTSource, TKey Method (IAsyncEnumerableTSource, FuncTSource, TKey) | 
Namespace: System.Linq
 Syntax
Syntaxpublic static IOrderedAsyncEnumerable<TSource> OrderBy<TSource, TKey>( this IAsyncEnumerable<TSource> source, Func<TSource, TKey> keySelector )
 See Also
See Also