ValueTuple.ITuple.Length Propriedade

Definição

Obtém o tamanho dessa instância ValueTuple, que é sempre 0. Não há elementos em um 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 da propriedade

Int32

0, o número de elementos nesta instância ValueTuple.

Implementações

Aplica-se a