Click or drag to resize

CollectionExtensionsToDictionary Method

Overload List
 NameDescription
Public Extension MethodToDictionaryTKey, TValue(IEnumerableKeyValuePairTKey, TValue) Creates a Dictionary{TKey, TValue} from an IEnumerable{KeyValuePair{TKey, TValue}}.
Public Extension MethodToDictionaryTKey, TValue(IEnumerableKeyValuePairTKey, TValue, IEqualityComparerTKey) Creates a Dictionary{TKey, TValue} from an IEnumerable{KeyValuePair{TKey, TValue}}.
Top
See Also