ValueTuple.ITuple.Length Propriedade

Definição

Obtém o comprimento dessa ValueTuple instância, 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

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

Implementações

Aplica-se a