ValueTuple.ITuple.Length Proprietà

Definizione

Ottiene la lunghezza di questa istanza di ValueTuple che è sempre 0. Nessun elemento disponibile in un 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

Valore della proprietà

Int32

0, il numero di elementi in questa istanza ValueTuple.

Implementazioni

Si applica a