Click or drag to resize
OzTupleT1, T2, T3, T4, T5, T6, T7, TRest Class
Represents an n-tuple, where n is 8 or greater.
Inheritance Hierarchy
SystemObject
  Ozeki.CommonOzTupleT1, T2, T3, T4, T5, T6, T7, TRest

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, T7, TRest> : 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.
T7
The type of the tuple's seventh component.
TRest
Any generic Tuple object that defines the types of the tuple's remaining components.

The OzTupleT1, T2, T3, T4, T5, T6, T7, TRest 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, T7, TRest) object is equal to a specified object.
(Overrides ObjectEquals(Object).)
Public methodGetHashCode
Calculates the hash code for the current Tuple(Of T1, T2, T3, T4, T5, T6, T7, TRest) object.
(Overrides ObjectGetHashCode.)
Public methodToString
Returns a string that represents the value of this Tuple(Of T1, T2, T3, T4, T5, T6, T7, TRest) instance.
(Overrides ObjectToString.)
Top
Properties
  NameDescription
Public propertyItem1
Gets the value of the current Tuple(Of T1, T2, T3, T4, T5, T6, T7, TRest) object's first component.
Public propertyItem2
Gets the value of the current Tuple(Of T1, T2, T3, T4, T5, T6, T7, TRest) object's second component.
Public propertyItem3
Gets the value of the current Tuple(Of T1, T2, T3, T4, T5, T6, T7, TRest) object's third component.
Public propertyItem4
Gets the value of the current Tuple(Of T1, T2, T3, T4, T5, T6, T7, TRest) object's fourth component.
Public propertyItem5
Gets the value of the current Tuple(Of T1, T2, T3, T4, T5, T6, T7, TRest) object's fifth component.
Public propertyItem6
Gets the value of the current Tuple(Of T1, T2, T3, T4, T5, T6, T7, TRest) object's sixth component.
Public propertyItem7
Gets the value of the current Tuple(Of T1, T2, T3, T4, T5, T6, T7, TRest) object's seventh component.
Public propertyRest
Gets the current Tuple(Of T1, T2, T3, T4, T5, T6, T7, TRest) object's remaining components.
Top
See Also