ValueTuple<T1,T2,T3,T4,T5,T6,T7,TRest>.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

Int32

O número de elementos em ValueTuple.

Implementações

Comentários

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

Aplica-se a