Bridge

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

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

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

Syntax


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

Return Value

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