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