PairTFirst, TSecond Constructor (TFirst, TSecond) |
Creates a new pair with given first and second elements.
Namespace: X3Platform.CollectionsAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic Pair(
TFirst first,
TSecond second
)
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