Constructors
-
Value
Tuple`6(`0, Initializes a new ValueTuple`6 instance.`1, `2, `3, `4, `5)
Methods
-
Compare
To(Value Compares the current ValueTuple`6 instance to a specified ValueTuple`6 instance.Tuple<`0, `1, `2, `3, `4, `5>) - Equals(Object) Returns a value that indicates whether the current ValueTuple`6 instance is equal to a specified object.
-
Equals(Value
Tuple<`0, Returns a value that indicates whether the current ValueTuple`6 instance is equal to a specified ValueTuple`6 instance.`1, `2, `3, `4, `5>) -
Get
Hash Calculates the hash code for the current ValueTuple`6 instance.Code() -
To
String() Returns a string that represents the value of this ValueTuple`6 instance.
Fields
- Item1 Gets the value of the current ValueTuple`6 instance's first element.
- Item2 Gets the value of the current ValueTuple`6 instance's second element.
- Item3 Gets the value of the current ValueTuple`6 instance's third element.
- Item4 Gets the value of the current ValueTuple`6 instance's fourth element.
- Item5 Gets the value of the current ValueTuple`6 instance's fifth element.
- Item6 Gets the value of the current ValueTuple`6 instance's sixth element.
Properties
-
System.
Runtime. privateCompiler Services. ITuple. Item -
System.
Runtime. private Gets the number of elements in the ValueTuple.Compiler Services. ITuple. Length