Click or drag to resize

Pair.DictionaryFromKVArray Method

Overload List
  NameDescription
Public methodStatic memberDictionaryFromKVArray<T1, T2>(IDictionary<T1, T2>,KeyValuePair<T1, T2>[])
Populate (empty) dictionary with values from array of key-value pairs.
Public methodStatic memberDictionaryFromKVArray<T1, T2>(KeyValuePair<T1, T2>[], IEqualityComparer<T1>)
Create dictionary with values from array of key-value pairs.
Top
See Also