QueryableExtensionMethodsToDictionaryAsync Method |
Name | Description | |
---|---|---|
ToDictionaryAsyncTSource, TKey(IQueryableTSource, FuncTSource, TKey) |
Creates a Dictionary from the source by executing the source asynchronously, then enumerating it according to a specified key selector function.
| |
ToDictionaryAsyncTSource, TKey(IQueryableTSource, FuncTSource, TKey, CancellationToken) |
Creates a Dictionary from the source by executing the source asynchronously, then enumerating it according to a specified key selector function.
|