Represents a 6-tuple, or sextuple.
| C# | Visual Basic | Visual C++ |
[SerializableAttribute] public class OzTuple<T1, T2, T3, T4, T5, T6> : IStructuralEquatable, IStructuralComparable, IComparable, IOzTuple
<SerializableAttribute> _ Public Class OzTuple(Of T1, T2, T3, T4, T5, T6) _ Implements IStructuralEquatable, IStructuralComparable, IComparable, IOzTuple
[SerializableAttribute] generic<typename T1, typename T2, typename T3, typename T4, typename T5, typename T6> public ref class OzTuple : IStructuralEquatable, IStructuralComparable, IComparable, IOzTuple
- T1
- The type of the tuple's first component.
- T2
- The type of the tuple's second component.
- T3
- The type of the tuple's third component.
- T4
- The type of the tuple's fourth component.
- T5
- The type of the tuple's fifth component.
- T6
- The type of the tuple's sixth component.
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| OzTuple<(Of <(<'T1, T2, T3, T4, T5, T6>)>)>(T1, T2, T3, T4, T5, T6) |
Initializes a new instance of the Tuple(Of T1, T2, T3, T4, T5, T6) class.
| |
| Equals(Object) |
Returns a value that indicates whether the current Tuple(Of T1, T2, T3, T4, T5, T6) object is equal to a specified object.
(Overrides Object.Equals(Object).) | |
| GetHashCode()()()() |
Returns the hash code for the current Tuple(Of T1, T2, T3, T4, T5, T6) object.
(Overrides Object.GetHashCode()()()().) | |
| Item1 |
Gets the value of the current Tuple(Of T1, T2, T3, T4, T5, T6) object's first component.
| |
| Item2 |
Gets the value of the current Tuple(Of T1, T2, T3, T4, T5, T6) object's second component.
| |
| Item3 |
Gets the value of the current Tuple(Of T1, T2, T3, T4, T5, T6) object's third component.
| |
| Item4 |
Gets the value of the current Tuple(Of T1, T2, T3, T4, T5, T6) object's fourth component.
| |
| Item5 |
Gets the value of the current Tuple(Of T1, T2, T3, T4, T5, T6) object's fifth component.
| |
| Item6 |
Gets the value of the current Tuple(Of T1, T2, T3, T4, T5, T6) object's sixth component.
| |
| ToString()()()() |
Returns a string that represents the value of this Tuple(Of T1, T2, T3, T4, T5, T6) instance.
(Overrides Object.ToString()()()().) |
| Object | |
| OzTuple<(Of <(<'T1, T2, T3, T4, T5, T6>)>)> | |