Represents a 1-tuple, or singleton.
Inheritance HierarchySystemObject
Ozeki.CommonOzTupleT1
Namespace:
Ozeki.Common
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax[SerializableAttribute]
public class OzTuple<T1> : IStructuralEquatable, IStructuralComparable
<SerializableAttribute>
Public Class OzTuple(Of T1)
Implements IStructuralEquatable, IStructuralComparable
[SerializableAttribute]
generic<typename T1>
public ref class OzTuple : IStructuralEquatable,
IStructuralComparable
[<SerializableAttribute>]
type OzTuple<'T1> =
class
interface IStructuralEquatable
interface IStructuralComparable
end
Type Parameters
- T1
- The type of the tuple's only component.
The OzTupleT1 type exposes the following members.
Constructors
| Name | Description |
---|
 | OzTupleT1 |
Initializes a new instance of the Tuple(Of T1) class.
|
Top
Properties
| Name | Description |
---|
 | Item1 |
Gets the value of the Tuple(Of T1) object's single component.
|
Top
Methods
| Name | Description |
---|
 | Equals |
Returns a value that indicates whether the current Tuple(Of T1) object is equal to a specified object.
(Overrides ObjectEquals(Object).) |
 | GetHashCode |
Returns the hash code for the current Tuple(Of T1) object.
(Overrides ObjectGetHashCode.) |
 | ToString | (Overrides ObjectToString.) |
Top
See Also