Inheritance Hierarchy Namespace: Ozeki.CommonAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.5.1
Syntax[SerializableAttribute]
public class OzTuple<T1, T2> : IComparable,
IStructuralComparable, IStructuralEquatable
<SerializableAttribute>
Public Class OzTuple(Of T1, T2)
Implements IComparable, IStructuralComparable, IStructuralEquatable
[SerializableAttribute]
generic<typename T1, typename T2>
public ref class OzTuple : IComparable,
IStructuralComparable, IStructuralEquatable
[<SerializableAttribute>]
type OzTuple<'T1, 'T2> =
class
interface IComparable
interface IStructuralComparable
interface IStructuralEquatable
endType Parameters
- T1
- T2
The OzTupleT1, T2 type exposes the following members.
Constructors| | Name | Description |
|---|
 | OzTupleT1, T2 | Initializes a new instance of the OzTupleT1, T2 class |
Top
Properties
Methods
See Also