Click or drag to resize

ToDictionaryExtension Class

ToDictionary extension.
Inheritance Hierarchy
SystemObject
  MoreLinq.ExtensionsToDictionaryExtension

Namespace:  MoreLinq.Extensions
Assembly:  MoreLinq (in MoreLinq.dll) Version: 3.1.0+ce7250fcae16725db4e3607598b1d4d8cb19957f
Syntax
public static class ToDictionaryExtension
Methods
  NameDescription
Public methodStatic memberToDictionaryTKey, TValue(IEnumerableKeyValuePairTKey, TValue)
Public methodStatic memberToDictionaryTKey, TValue(IEnumerableValueTupleTKey, TValue)
Public methodStatic memberToDictionaryTKey, TValue(IEnumerableKeyValuePairTKey, TValue, IEqualityComparerTKey)
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