Click or drag to resize
PairTFirst, TSecond Constructor (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.

Namespace: X3Platform.Collections
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public Pair(
	KeyValuePair<TFirst, TSecond> keyAndValue
)

Parameters

keyAndValue
Type: System.Collections.GenericKeyValuePairTFirst, TSecond
The KeyValuePair to initialize the Pair with .
See Also