ToLookupExtension Class

ToLookup extension.

Definition

Namespace: MoreLinq.Extensions
Assembly: MoreLinq (in MoreLinq.dll) Version: 3.4.0+b99a6a8cc504caf2d48372fe54a2f8116c59cd0c
C#
public static class ToLookupExtension
Inheritance
Object    ToLookupExtension

Methods

ToLookupTKey, TValue(IEnumerableKeyValuePairTKey, TValue) Creates a ILookupTKey, TElement from a sequence of KeyValuePairTKey, TValue elements.
ToLookupTKey, TValue(IEnumerableValueTupleTKey, TValue) Creates a LookupTKey, TElement from a sequence of tuples of 2 where the first item is the key and the second the value.
ToLookupTKey, TValue(IEnumerableKeyValuePairTKey, TValue, IEqualityComparerTKey) Creates a ILookupTKey, TElement from a sequence of KeyValuePairTKey, TValue elements. An additional parameter specifies a comparer for keys.
ToLookupTKey, TValue(IEnumerableValueTupleTKey, TValue, IEqualityComparerTKey) Creates a LookupTKey, TElement from a sequence of tuples of 2 where the first item is the key and the second the value. An additional parameter specifies a comparer for keys.

See Also