Represents a 5-tuple, or quintuple.
| C# | Visual Basic | Visual C++ |
[SerializableAttribute] public class OzTuple<T1, T2, T3, T4, T5> : IStructuralEquatable, IStructuralComparable, IComparable, IOzTuple
<SerializableAttribute> _ Public Class OzTuple(Of T1, T2, T3, T4, T5) _ Implements IStructuralEquatable, IStructuralComparable, IComparable, IOzTuple
[SerializableAttribute] generic<typename T1, typename T2, typename T3, typename T4, typename T5> 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.
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| OzTuple<(Of <(<'T1, T2, T3, T4, T5>)>)>(T1, T2, T3, T4, T5) |
Initializes a new instance of the Tuple(Of T1, T2, T3, T4, T5) class.
| |
| Equals(Object) |
Returns a value that indicates whether the current Tuple(Of T1, T2, T3, T4, T5) 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) object.
(Overrides Object.GetHashCode()()()().) | |
| Item1 |
Gets the value of the current Tuple(Of T1, T2, T3, T4, T5) object's first component.
| |
| Item2 |
Gets the value of the current Tuple(Of T1, T2, T3, T4, T5) object's second component.
| |
| Item3 |
Gets the value of the current Tuple(Of T1, T2, T3, T4, T5) object's third component.
| |
| Item4 |
Gets the value of the current Tuple(Of T1, T2, T3, T4, T5) object's fourth component.
| |
| Item5 |
Gets the value of the current Tuple(Of T1, T2, T3, T4, T5) object's fifth component.
| |
| ToString()()()() |
Returns a string that represents the value of this Tuple(Of T1, T2, T3, T4, T5) instance.
(Overrides Object.ToString()()()().) |
| Object | |
| OzTuple<(Of <(<'T1, T2, T3, T4, T5>)>)> | |