Click or drag to resize

MoreEnumerableToDictionary Method

Overload List
  NameDescription
Public methodStatic memberToDictionaryTKey, TValue(IEnumerableKeyValuePairTKey, TValue)
Creates a DictionaryTKey, TValue from a sequence of KeyValuePairTKey, TValue elements.
Public methodStatic memberToDictionaryTKey, TValue(IEnumerableValueTupleTKey, TValue)
Creates a DictionaryTKey, TValue from a sequence of tuples of 2 where the first item is the key and the second the value.
Public methodStatic memberToDictionaryTKey, TValue(IEnumerableKeyValuePairTKey, TValue, IEqualityComparerTKey)
Creates a DictionaryTKey, TValue from a sequence of KeyValuePairTKey, TValue elements. An additional parameter specifies a comparer for keys.
Public methodStatic memberToDictionaryTKey, TValue(IEnumerableValueTupleTKey, TValue, IEqualityComparerTKey)
Creates a DictionaryTKey, TValue 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