Bridge

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

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

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

Syntax


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

Return Value

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