Click or drag to resize

MoreEnumerableToLookup Method

Overload List
  NameDescription
Public methodStatic memberToLookupTKey, TValue(IEnumerableKeyValuePairTKey, TValue)
Public methodStatic memberToLookupTKey, TValue(IEnumerableValueTupleTKey, TValue)
Creates a Lookup 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)
Public methodStatic memberToLookupTKey, TValue(IEnumerableValueTupleTKey, TValue, IEqualityComparerTKey)
Creates a Lookup 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