Bridge

Tuple<(Of <(<'T1>)>)> Class

Represents a 1-tuple, or singleton.

Namespace:  System
Assembly:  Bridge (in Bridge.dll)

Syntax


<ExternalAttribute> _
<IgnoreGenericAttribute> _
<IgnoreCastAttribute> _
<NameAttribute> _
Public NotInheritable Class Tuple(Of T1)
[ExternalAttribute]
[IgnoreGenericAttribute]
[IgnoreCastAttribute]
[NameAttribute]
generic<typename T1>
public ref class Tuple sealed

Type Parameters

T1
The type of the tuple's only component.

Inheritance Hierarchy


System..::..Object
  System..::..Tuple<(Of <(<'T1>)>)>