Creates a triple.
Namespace:
Gallio.CommonAssembly: 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 _ ) |
