Click or drag to resize
TripleTFirst, TSecond, TThird Constructor
Creates a new triple with given elements.

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

Parameters

first
Type: TFirst
The first element of the triple.
second
Type: TSecond
The second element of the triple.
third
Type: TThird
The third element of the triple.
See Also