Creates a triple.

Namespace:  Gallio.Common
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
public Triple(
	TFirst first,
	TSecond second,
	TThird third
)
Visual Basic (Declaration)
Public Sub New ( _
	first As TFirst, _
	second As TSecond, _
	third As TThird _
)

Parameters

first
Type: TFirst
The first value.
second
Type: TSecond
The second value.
third
Type: TThird
The third value.

See Also