ValueTuple<T1,T2,T3>.ITuple.Length Propriedade

Definição

Obtém o número de elementos em .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

3, o número de elementos num ValueTuple<T1,T2,T3> objeto.

Implementações

Observações

A ValueTuple<T1,T2,T3>.ITuple.Length propriedade é uma implementação explícita de interface. Para o chamar, tens de castar ou converter o ValueTuple<T1,T2,T3> objeto num ITuple objeto de interface.

Aplica-se a