System.ValueTuple<T1, T2, T3>
public struct ValueTuple<T1, T2, T3> : IEquatable<ValueTuple<T1, T2, T3>>, IStructuralEquatable, IStructuralComparable, IComparable, IComparable<ValueTuple<T1, T2, T3>>, ITupleInternal
Represents a 3-tuple, or triple, as a value type.
The current ValueTuple<T, U, V> instance's first component.
The current ValueTuple<T, U, V> instance's second component.
The current ValueTuple<T, U, V> instance's third component.
Initializes a new instance of the ValueTuple<T, U, V> value type.