Click or drag to resize

OzTupleT1, T2, T3, T4, T5, T6 Class

Represents a 6-tuple, or sextuple.
Inheritance Hierarchy
SystemObject
  Ozeki.CommonOzTupleT1, T2, T3, T4, T5, T6

Namespace: Ozeki.Common
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntax
[SerializableAttribute]
public class OzTuple<T1, T2, T3, T4, T5, T6> : IStructuralEquatable, 
	IStructuralComparable

Type Parameters

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.

The OzTupleT1, T2, T3, T4, T5, T6 type exposes the following members.

Constructors
 NameDescription
Public methodOzTupleT1, T2, T3, T4, T5, T6 Initializes a new instance of the Tuple(Of T1, T2, T3, T4, T5, T6) class.
Top
Properties
 NameDescription
Public propertyItem1 Gets the value of the current Tuple(Of T1, T2, T3, T4, T5, T6) object's first component.
Public propertyItem2 Gets the value of the current Tuple(Of T1, T2, T3, T4, T5, T6) object's second component.
Public propertyItem3 Gets the value of the current Tuple(Of T1, T2, T3, T4, T5, T6) object's third component.
Public propertyItem4 Gets the value of the current Tuple(Of T1, T2, T3, T4, T5, T6) object's fourth component.
Public propertyItem5 Gets the value of the current Tuple(Of T1, T2, T3, T4, T5, T6) object's fifth component.
Public propertyItem6 Gets the value of the current Tuple(Of T1, T2, T3, T4, T5, T6) object's sixth component.
Top
Methods
 NameDescription
Public methodEquals Returns a value that indicates whether the current Tuple(Of T1, T2, T3, T4, T5, T6) object is equal to a specified object.
(Overrides ObjectEquals(Object))
Public methodGetHashCode Returns the hash code for the current Tuple(Of T1, T2, T3, T4, T5, T6) object.
(Overrides ObjectGetHashCode)
Public methodToString Returns a string that represents the value of this Tuple(Of T1, T2, T3, T4, T5, T6) instance.
(Overrides ObjectToString)
Top
See Also