PairTFirst, TSecond Constructor |
Name | Description | |
---|---|---|
![]() | PairTFirst, TSecond(KeyValuePairTFirst, TSecond) |
Creates a new pair using elements from a KeyValuePair structure. The
First element gets the Key, and the Second elements gets the Value.
|
![]() | PairTFirst, TSecond(TFirst, TSecond) |
Creates a new pair with given first and second elements.
|