ParallelEnumerable::ToLookup Method
Creates an ILookup<TKey, TElement> from a ParallelQuery<TSource>.
Assembly: System.Core (in System.Core.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | ToLookup<TSource, TKey>(ParallelQuery<TSource>^, Func<TSource, TKey>^) | Creates an ILookup<TKey, TElement> from a ParallelQuery<TSource> according to a specified key selector function. |
![]() ![]() | ToLookup<TSource, TKey>(ParallelQuery<TSource>^, Func<TSource, TKey>^, IEqualityComparer<TKey>^) | Creates an ILookup<TKey, TElement> from a ParallelQuery<TSource> according to a specified key selector function and key comparer. |
![]() ![]() | ToLookup<TSource, TKey, TElement>(ParallelQuery<TSource>^, Func<TSource, TKey>^, Func<TSource, TElement>^) | Creates an ILookup<TKey, TElement> from a ParallelQuery<TSource> according to specified key selector and element selector functions. |
![]() ![]() | ToLookup<TSource, TKey, TElement>(ParallelQuery<TSource>^, Func<TSource, TKey>^, Func<TSource, TElement>^, IEqualityComparer<TKey>^) | Creates an ILookup<TKey, TElement> from a ParallelQuery<TSource> according to a specified key selector function, a comparer and an element selector function. |

