Bridge

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

Gets the current Tuple<(Of <(<'T1, T2, T3, T4, T5, T6, T7, TRest>)>)> object's remaining components.

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

Syntax


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

Return Value

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