An immutable record that holds two values.
Namespace:
Gallio.CommonAssembly: Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)
Syntax
| C# |
|---|
public struct Pair<TFirst, TSecond> |
| Visual Basic (Declaration) |
|---|
Public Structure Pair(Of TFirst, TSecond) |
Type Parameters
- TFirst
- The type of the first value.
- TSecond
- The type of the second value.
