You are here: Symbol Reference > Stimulsoft.Base.Json.Utilities.LinqBridge Namespace > Enumerable Class > Enumerable Methods > ToLookup Method > ToLookup Method (this IEnumerable<TSource>, Func<TSource, TKey>)
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
Enumerable.ToLookup Method (this IEnumerable<TSource>, Func<TSource, TKey>)

Creates a Lookup{TKey,TElement} from an IEnumerable{T} according to a specified key selector function.

Syntax
C++
C#
Visual Basic
public: ILookup<TKey, TSource> ToLookup<TSource, TKey>( this IEnumerable<TSource> source, Func<TSource, TKey> keySelector );
Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.