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

Definição

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

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

Implementações

Comentários

A ValueTuple<T1,T2,T3>.ITuple.Length propriedade é uma implementação de interface explícita. Para chamá-lo, você deve converter ou converter o ValueTuple<T1,T2,T3> objeto em um ITuple objeto de interface.

Aplica-se a