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