ValueTuple.ITuple.Length Propiedad

Definición

Obtiene la longitud de esta instancia de ValueTuple, que es siempre 0. No hay ningún elemento en 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

0, el número de elementos en esta instancia de ValueTuple.

Implementaciones

Se aplica a