Ozeki VoIP SDK Class library
OzTuple<(Of <(<'T1, T2, T3, T4, T5>)>)> Class
NamespacesOzeki.CommonOzTuple<(Of <(<'T1, T2, T3, T4, T5>)>)>
Represents a 5-tuple, or quintuple.
Declaration Syntax
C#Visual BasicVisual 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
Generic Template 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.
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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()()()().)
Inheritance Hierarchy
Object
OzTuple<(Of <(<'T1, T2, T3, T4, T5>)>)>

Assembly: VoIPSDK (Module: VoIPSDK) Version: 10.0.6.243