Tuple<T1,T2,T3,T4,T5,T6,T7,TRest>.ITuple.Length Propiedad

Definición

Obtiene el número de elementos de Tuple.

property int System::Runtime::CompilerServices::ITuple::Length { int get(); };
int System.Runtime.CompilerServices.ITuple.Length { get; }
member this.System.Runtime.CompilerServices.ITuple.Length : int
 ReadOnly Property Length As Integer Implements ITuple.Length

Valor de propiedad

Número de elementos incluidos en Tuple.

Implementaciones

Comentarios

La ITuple.Length propiedad es una implementación de interfaz explícita. Para llamarlo, debe convertir o convertir el Tuple<T1,T2,T3,T4,T5,T6,T7,TRest> tipo en un ITuple objeto de interfaz.

Se aplica a