Condividi tramite


Tuple<T1,T2,T3,T4,T5,T6,T7,TRest>.ITuple.Length Proprietà

Definizione

Ottiene il numero di elementi nell'oggetto Tuple.

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

Valore della proprietà

Numero di elementi nell'oggetto Tuple.

Implementazioni

Commenti

La ITuple.Length proprietà è un'implementazione esplicita dell'interfaccia. Per chiamarlo, è necessario eseguire il cast o convertire il Tuple<T1,T2,T3,T4,T5,T6,T7,TRest> tipo in un ITuple oggetto interfaccia.

Si applica a