Bridge

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

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

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

Syntax


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

Return Value

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