ValueTuple<T1>.ITuple.Length Propiedad

Definición

Obtiene el número de elementos de ValueTuple.

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

1, el número de elementos de un objeto ValueTuple<T1>.

Implementaciones

Comentarios

La ValueTuple<T1>.ITuple.Length propiedad es una implementación de interfaz explícita. Para llamarlo, debe convertir o convertir el ValueTuple<T1> objeto en un ITuple objeto de interfaz.

Se aplica a