Interactive Extensions
Interactive Extensions
Ix-Main Namespaces
System.Linq
AsyncQueryable Class
AsyncQueryable Methods
ToDictionary Method
ToDictionary(TSource, TKey) Method (IAsyncQueryable(TSource), Expression(Func(TSource, TKey)))
ToDictionary(TSource, TKey) Method (IAsyncQueryable(TSource), Expression(Func(TSource, TKey)), IEqualityComparer(TKey))
ToDictionary(TSource, TKey, TElement) Method (IAsyncQueryable(TSource), Expression(Func(TSource, TKey)), Expression(Func(TSource, TElement)))
ToDictionary(TSource, TKey) Method (IAsyncQueryable(TSource), Expression(Func(TSource, TKey)), CancellationToken)
ToDictionary(TSource, TKey) Method (IAsyncQueryable(TSource), Expression(Func(TSource, TKey)), IEqualityComparer(TKey), CancellationToken)
ToDictionary(TSource, TKey, TElement) Method (IAsyncQueryable(TSource), Expression(Func(TSource, TKey)), Expression(Func(TSource, TElement)), IEqualityComparer(TKey))
ToDictionary(TSource, TKey, TElement) Method (IAsyncQueryable(TSource), Expression(Func(TSource, TKey)), Expression(Func(TSource, TElement)), CancellationToken)
ToDictionary(TSource, TKey, TElement) Method (IAsyncQueryable(TSource), Expression(Func(TSource, TKey)), Expression(Func(TSource, TElement)), IEqualityComparer(TKey), CancellationToken)
AsyncQueryable
ToDictionary Method
Overload List
Name
Description
ToDictionary
TSource, TKey
(IAsyncQueryable
TSource
, Expression
Func
TSource, TKey
)
ToDictionary
TSource, TKey
(IAsyncQueryable
TSource
, Expression
Func
TSource, TKey
, IEqualityComparer
TKey
)
ToDictionary
TSource, TKey, TElement
(IAsyncQueryable
TSource
, Expression
Func
TSource, TKey
, Expression
Func
TSource, TElement
)
ToDictionary
TSource, TKey
(IAsyncQueryable
TSource
, Expression
Func
TSource, TKey
, CancellationToken)
ToDictionary
TSource, TKey
(IAsyncQueryable
TSource
, Expression
Func
TSource, TKey
, IEqualityComparer
TKey
, CancellationToken)
ToDictionary
TSource, TKey, TElement
(IAsyncQueryable
TSource
, Expression
Func
TSource, TKey
, Expression
Func
TSource, TElement
, IEqualityComparer
TKey
)
ToDictionary
TSource, TKey, TElement
(IAsyncQueryable
TSource
, Expression
Func
TSource, TKey
, Expression
Func
TSource, TElement
, CancellationToken)
ToDictionary
TSource, TKey, TElement
(IAsyncQueryable
TSource
, Expression
Func
TSource, TKey
, Expression
Func
TSource, TElement
, IEqualityComparer
TKey
, CancellationToken)
Top
See Also
Reference
AsyncQueryable Class
System.Linq Namespace