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