Bridge

Tuple<(Of <(<'T1, T2, T3, T4, T5, T6, T7>)>)>..::..Item7 Property

Gets the value of the current Tuple<(Of <(<'T1, T2, T3, T4, T5, T6, T7>)>)> object's seventh component.

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

Syntax


[TemplateAttribute]
public T7 Item7 { get; }
<TemplateAttribute> _
Public ReadOnly Property Item7 As T7
	Get
[TemplateAttribute]
public:
property T7 Item7 {
	T7 get ();
}

Return Value

The value of the current Tuple<(Of <(<'T1, T2, T3, T4, T5, T6, T7>)>)> object's seventh component.