Bridge

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

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

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

Syntax


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

Return Value

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