ValueTuple.ITuple.Length Proprietà

Definizione

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

0, numero di elementi in questa ValueTuple istanza.

Implementazioni

Si applica a