ValueTuple.ITuple.Length Propriedade

Definição

Obtém o comprimento desta ValueTuple instância, que é sempre 0. Não existem elementos num 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 Propriedade

0, o número de elementos neste ValueTuple caso.

Implementações

Aplica-se a