Click or drag to resize
OzTuple<T1, T2, T3, T4, T5, T6> Class
Represents a 6-tuple, or sextuple.
Inheritance Hierarchy
System.Object
  Ozeki.Common.OzTuple<T1, T2, T3, T4, T5, T6>

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

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 OzTuple< T1, T2, T3, T4, T5, T6> type exposes the following members.

Constructors
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 Object.Equals(Object).)
Public methodGetHashCode
Returns the hash code for the current Tuple(Of T1, T2, T3, T4, T5, T6) object.
(Overrides Object.GetHashCode().)
Public methodToString
Returns a string that represents the value of this Tuple(Of T1, T2, T3, T4, T5, T6) instance.
(Overrides Object.ToString().)
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
See Also