Pair Methods |
The Pair type exposes the following members.
Name | Description | |
---|---|---|
DictionaryFromArrayT1, T2(PairT1, T2) |
Create dictionary with values from array of key-value pairs.
| |
DictionaryFromArrayT1, T2(IDictionaryT1, T2, PairT1, T2) |
Populate (empty) dictionary with values from array of key-value pairs.
| |
DictionaryFromArrayT1, T2(PairT1, T2, IEqualityComparerT1) |
Create dictionary with values from array of key-value pairs.
| |
DictionaryFromKVArrayT1, T2(IDictionaryT1, T2, KeyValuePairT1, T2) |
Populate (empty) dictionary with values from array of key-value pairs.
| |
DictionaryFromKVArrayT1, T2(KeyValuePairT1, T2, IEqualityComparerT1) |
Create dictionary with values from array of key-value pairs.
| |
DictionaryToArrayT1, T2 |
Copy dictionary data to array of key-value pairs
| |
DictionaryToKVArrayT1, T2 |
Copy dictionary data to array of key-value pairs
|