Tuple<T1,T2,T3,T4>.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

Int32

4, el número de elementos de un objeto Tuple<T1,T2,T3,T4>.

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> objeto en un ITuple objeto de interfaz.

Se aplica a