Tuple<(Of <(<'T1, T2, T3>)>)> Class
Represents a 3-tuple, or triple.
Namespace:
SystemAssembly: Bridge (in Bridge.dll)
Syntax
[ExternalAttribute] [IgnoreGenericAttribute] [IgnoreCastAttribute] [NameAttribute] public sealed class Tuple<T1, T2, T3>
<ExternalAttribute> _ <IgnoreGenericAttribute> _ <IgnoreCastAttribute> _ <NameAttribute> _ Public NotInheritable Class Tuple(Of T1, T2, T3)
[ExternalAttribute] [IgnoreGenericAttribute] [IgnoreCastAttribute] [NameAttribute] generic<typename T1, typename T2, typename T3> 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.