Bridge

Tuple<(Of <(<'T1, T2, T3>)>)>..::..Item3 Property

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

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

Syntax


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

Return Value

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