Bridge

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

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

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

Syntax


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

Return Value

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