An immutable record that holds three values.

Namespace:  Gallio.Common
Assembly:  Gallio (in Gallio.dll) Version: 3.2.0.0 (3.2.528.0)

Syntax

C#
public struct Triple<TFirst, TSecond, TThird>
Visual Basic (Declaration)
Public Structure Triple(Of TFirst, TSecond, TThird)

Type Parameters

TFirst
The type of the first value.
TSecond
The type of the second value.
TThird
The type of the third value.

See Also