AsyncQueryableToDictionaryTSource, TKey Method (IAsyncQueryableTSource, ExpressionFuncTSource, TKey) |
Namespace: System.Linq
public static Task<Dictionary<TKey, TSource>> ToDictionary<TSource, TKey>( this IAsyncQueryable<TSource> source, Expression<Func<TSource, TKey>> keySelector )