Click or drag to resize

ToLookupExtension Class

ToLookup extension.
Inheritance Hierarchy
SystemObject
  MoreLinq.ExtensionsToLookupExtension

Namespace:  MoreLinq.Extensions
Assembly:  MoreLinq (in MoreLinq.dll) Version: 3.3.1+b77df70598ab84c28cd43dcf74594024b6d575e1
Syntax
public static class ToLookupExtension
Methods
  NameDescription
Public methodStatic memberToLookupTKey, TValue(IEnumerableKeyValuePairTKey, TValue)
Creates a ILookupTKey, TElement from a sequence of KeyValuePairTKey, TValue elements.
Public methodStatic memberToLookupTKey, 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.
Public methodStatic memberToLookupTKey, TValue(IEnumerableKeyValuePairTKey, TValue, IEqualityComparerTKey)
Creates a ILookupTKey, TElement from a sequence of KeyValuePairTKey, TValue elements. An additional parameter specifies a comparer for keys.
Public methodStatic memberToLookupTKey, 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.
Top
See Also