Click or drag to resize
OzTuple Class
Generic class collection for tuples defined directly for Ozeki VoIP SDK.
Inheritance Hierarchy
SystemObject
  Ozeki.CommonOzTuple

Namespace: Ozeki.Common
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public static class OzTuple
Methods
  NameDescription
Public methodStatic memberCreateT1(T1)
Creates a new 1-tuple, or singleton.
Public methodStatic memberCreateT1, T2(T1, T2)
Creates a new 2-tuple, or pair.
Public methodStatic memberCreateT1, T2, T3(T1, T2, T3)
Creates a new 3-tuple, or triple.
Public methodStatic memberCreateT1, T2, T3, T4(T1, T2, T3, T4)
Creates a new 4-tuple, or quadruple.
Public methodStatic memberCreateT1, T2, T3, T4, T5(T1, T2, T3, T4, T5)
Creates a new 5-tuple, or quintuple.
Public methodStatic memberCreateT1, T2, T3, T4, T5, T6(T1, T2, T3, T4, T5, T6)
Creates a new 6-tuple, or sextuple.
Public methodStatic memberCreateT1, T2, T3, T4, T5, T6, T7(T1, T2, T3, T4, T5, T6, T7)
Creates a new 7-tuple, or septuple.
Public methodStatic memberCreateT1, T2, T3, T4, T5, T6, T7, T8(T1, T2, T3, T4, T5, T6, T7, T8)
Creates a new 8-tuple, or octuple.
Top
See Also