Edit

Share via


ValueTuple<T1,T2,T3,T4,T5,T6,T7> Struct

Definition

Represents a value tuple with 7 components.

public struct ValueTuple<T1,T2,T3,T4,T5,T6,T7> : IComparable, IComparable<(T1, T2, T3, T4, T5, T6, T7)>, IEquatable<(T1, T2, T3, T4, T5, T6, T7)>, System.Collections.IStructuralComparable, System.Collections.IStructuralEquatable, System.Runtime.CompilerServices.ITuple
public struct ValueTuple<T1,T2,T3,T4,T5,T6,T7> : IComparable, IComparable<(T1, T2, T3, T4, T5, T6, T7)>, IEquatable<(T1, T2, T3, T4, T5, T6, T7)>, System.Collections.IStructuralComparable, System.Collections.IStructuralEquatable
[System.Serializable]
public struct ValueTuple<T1,T2,T3,T4,T5,T6,T7> : IComparable, IComparable<(T1, T2, T3, T4, T5, T6, T7)>, IEquatable<(T1, T2, T3, T4, T5, T6, T7)>, System.Collections.IStructuralComparable, System.Collections.IStructuralEquatable

Type Parameters

T1

The type of the value tuple's first element.

T2

The type of the value tuple's second element.

T3

The type of the value tuple's third element.

T4

The type of the value tuple's fourth element.

T5

The type of the value tuple's fifth element.

T6

The type of the value tuple's sixth element.

T7

The type of the value tuple's seventh element.

Inheritance
ValueTuple<T1,T2,T3,T4,T5,T6,T7>
Attributes
Implements

Remarks

For more information about this API, see Value tuples.

Constructors

Fields

Item1

Gets the value of the current ValueTuple<T1,T2,T3,T4,T5,T6,T7> instance's first element.

Item2

Gets the value of the current ValueTuple<T1,T2,T3,T4,T5,T6,T7> instance's second element.

Item3

Gets the value of the current ValueTuple<T1,T2,T3,T4,T5,T6,T7> instance's third element.

Item4

Gets the value of the current ValueTuple<T1,T2,T3,T4,T5,T6,T7> instance's fourth element.

Item5

Gets the value of the current ValueTuple<T1,T2,T3,T4,T5,T6,T7> instance's fifth element.

Item6

Gets the value of the current ValueTuple<T1,T2,T3,T4,T5,T6,T7> instance's sixth element.

Item7

Gets the value of the current ValueTuple<T1,T2,T3,T4,T5,T6,T7> instance's seventh element.

Methods

CompareTo(ValueTuple<T1,T2,T3,T4,T5,T6,T7>)

Compares the current ValueTuple<T1,T2,T3,T4,T5,T6,T7> instance to a specified ValueTuple<T1,T2,T3,T4,T5,T6,T7> instance.

Equals(Object)

Returns a value that indicates whether the current ValueTuple<T1,T2,T3,T4,T5,T6,T7> instance is equal to a specified object.

Equals(ValueTuple<T1,T2,T3,T4,T5,T6,T7>)

Returns a value that indicates whether the current ValueTuple<T1,T2,T3,T4,T5,T6,T7> instance is equal to a specified ValueTuple<T1,T2,T3,T4,T5,T6,T7> instance.

GetHashCode()

Calculates the hash code for the current ValueTuple<T1,T2,T3,T4,T5,T6,T7> instance.

ToString()

Returns a string that represents the value of this ValueTuple<T1,T2,T3,T4,T5,T6,T7> instance.

Explicit Interface Implementations

IComparable.CompareTo(Object)

Compares the current ValueTuple<T1,T2,T3,T4,T5,T6,T7> instance to a specified object by using a specified comparer and returns an integer that indicates whether the current object is before, after, or in the same position as the specified object in the sort order.

IStructuralComparable.CompareTo(Object, IComparer)

Compares the current ValueTuple<T1,T2,T3,T4,T5,T6,T7> instance to a specified object by using a specified comparer and returns an integer that indicates whether the current object is before, after, or in the same position as the specified object in the sort order.

IStructuralEquatable.Equals(Object, IEqualityComparer)

Returns a value that indicates whether the current ValueTuple<T1,T2,T3,T4,T5,T6,T7> instance is equal to a specified object based on a specified comparison method.

IStructuralEquatable.GetHashCode(IEqualityComparer)

Calculates the hash code for the current ValueTuple<T1,T2,T3,T4,T5,T6,T7> instance by using a specified computation method.

ITuple.Item[Int32]

Gets the value of the specified ValueTuple element.

ITuple.Length

Gets the number of elements in the ValueTuple.

Extension Methods

ToTuple<T1,T2,T3,T4,T5,T6,T7>(ValueTuple<T1,T2,T3,T4,T5,T6,T7>)

Converts an instance of the ValueTuple structure to an instance of the Tuple class.

Applies to

Product Versions
.NET Core 1.0, Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9
.NET Framework 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0, 2.1