| AsyncEnumerableToDictionaryTSource, TKey Method (IAsyncEnumerableTSource, FuncTSource, TKey) | 
Namespace: System.Linq
 Syntax
Syntaxpublic static Task<Dictionary<TKey, TSource>> ToDictionary<TSource, TKey>( this IAsyncEnumerable<TSource> source, Func<TSource, TKey> keySelector )
 See Also
See Also