Pair<(Of <(<'TFirst, TSecond>)>)> Constructor (KeyValuePair<(Of <(<'TFirst, TSecond>)>)>)
Creates a new pair using elements from a KeyValuePair structure. The
First element gets the Key, and the Second elements gets the Value.
Namespace:
Wintellect.PowerCollections
Assembly:
PowerCollections (in PowerCollections.dll)
Syntax
public Pair( KeyValuePair<TFirst, TSecond> keyAndValue )
Public Sub New ( _ keyAndValue As KeyValuePair(Of TFirst, TSecond) _ )
public: Pair( KeyValuePair<TFirst, TSecond>^ keyAndValue )
Parameters
- keyAndValue
- Type: KeyValuePair<(Of <(<'TFirst, TSecond>)>)>
The KeyValuePair to initialize the Pair with .