Pair.DictionaryFromKVArray Method |
Name | Description | |
---|---|---|
![]() ![]() | DictionaryFromKVArray<T1, T2>(IDictionary<T1, T2>,KeyValuePair<T1, T2>[]) |
Populate (empty) dictionary with values from array of key-value pairs.
|
![]() ![]() | DictionaryFromKVArray<T1, T2>(KeyValuePair<T1, T2>[], IEqualityComparer<T1>) |
Create dictionary with values from array of key-value pairs.
|