Click or drag to resize
OzTupleT1, T2, T3, T4, T5 Class
Represents a 5-tuple, or quintuple.
Inheritance Hierarchy
SystemObject
  Ozeki.CommonOzTupleT1, T2, T3, T4, T5

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> : 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.

The OzTupleT1, T2, T3, T4, T5 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) 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) object.
(Overrides ObjectGetHashCode.)
Public methodToString
Returns a string that represents the value of this Tuple(Of T1, T2, T3, T4, T5) instance.
(Overrides ObjectToString.)
Top
Properties
  NameDescription
Public propertyItem1
Gets the value of the current Tuple(Of T1, T2, T3, T4, T5) object's first component.
Public propertyItem2
Gets the value of the current Tuple(Of T1, T2, T3, T4, T5) object's second component.
Public propertyItem3
Gets the value of the current Tuple(Of T1, T2, T3, T4, T5) object's third component.
Public propertyItem4
Gets the value of the current Tuple(Of T1, T2, T3, T4, T5) object's fourth component.
Public propertyItem5
Gets the value of the current Tuple(Of T1, T2, T3, T4, T5) object's fifth component.
Top
See Also