Bridge

Tuple<(Of <(<'T1, T2, T3, T4, T5, T6, T7, TRest>)>)> Class

Represents an n-tuple, where n is 8 or greater.

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

Syntax


[ExternalAttribute]
[IgnoreGenericAttribute]
[IgnoreCastAttribute]
[NameAttribute]
public sealed class Tuple<T1, T2, T3, T4, T5, T6, T7, TRest>
<ExternalAttribute> _
<IgnoreGenericAttribute> _
<IgnoreCastAttribute> _
<NameAttribute> _
Public NotInheritable Class Tuple(Of T1, T2, T3, T4, T5, T6, T7, TRest)
[ExternalAttribute]
[IgnoreGenericAttribute]
[IgnoreCastAttribute]
[NameAttribute]
generic<typename T1, typename T2, typename T3, typename T4, typename T5, typename T6, typename T7, typename TRest>
public ref class Tuple sealed

Type Parameters

T1
The type of the tuple's first component.
T2
The type of the tuple's second component.
T3
The type of the tuple's third component.
T4
The type of the tuple's fourth component.
T5
The type of the tuple's fifth component.
T6
The type of the tuple's sixth component.
T7
The type of the tuple's seventh component.
TRest
Any generic Tuple object that defines the types of the tuple's remaining components.

Inheritance Hierarchy


System..::..Object
  System..::..Tuple<(Of <(<'T1, T2, T3, T4, T5, T6, T7, TRest>)>)>