Tuple<T1,T2,T3,T4>.ITuple.Length Proprietà

Definizione

Ottiene il numero di elementi in 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à

Int32

4, il numero di elementi in un oggetto Tuple<T1,T2,T3,T4>.

Implementazioni

Commenti

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

Si applica a