Click or drag to resize
OzTupleT1 Class
Represents a 1-tuple, or singleton.
Inheritance Hierarchy
SystemObject
  Ozeki.CommonOzTupleT1

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 OzTupleT1 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