Click or drag to resize
PairTFirst, TSecond Constructor (TFirst, TSecond)
Creates a new pair with given first and second elements.

Namespace: X3Platform.Collections
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public Pair(
	TFirst first,
	TSecond second
)

Parameters

first
Type: TFirst
The first element of the pair.
second
Type: TSecond
The second element of the pair.
See Also