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: 10.3.199.0
Syntax
[SerializableAttribute]
public class OzTuple<T1> : IStructuralEquatable, IStructuralComparable

Type Parameters

T1
The type of the tuple's only component.

The OzTupleT1 type exposes the following members.

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