ToLookupExtension Class
ToLookup extension.
Namespace: MoreLinq.ExtensionsAssembly: MoreLinq (in MoreLinq.dll) Version: 4.4.0+6d97c3b1d482f98300f4446df14742b0e3fafbec
public static class ToLookupExtension
<ExtensionAttribute>
Public NotInheritable Class ToLookupExtension
[ExtensionAttribute]
public ref class ToLookupExtension abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type ToLookupExtension = class end
- Inheritance
- Object    ToLookupExtension
 | 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. |