Click or drag to resize
OzTuple<T1> Class
Represents a 1-tuple, or singleton.
Inheritance Hierarchy
System.Object
  Ozeki.Common.OzTuple<T1>

Namespace: Ozeki.Common
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
[SerializableAttribute]
public class OzTuple<T1> : IStructuralEquatable, IStructuralComparable, 
	IComparable, IOzTuple

Type Parameters

T1
The type of the tuple's only component.

The OzTuple< T1> type exposes the following members.

Constructors
Methods
Properties
  NameDescription
Public propertyItem1
Gets the value of the Tuple(Of T1) object's single component.
Top
See Also