ValueTuple<T1>.ITuple.Length Właściwość

Definicja

Pobiera liczbę elementów w elemecie 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

Wartość właściwości

Int32

1, liczba elementów w ValueTuple<T1> obiekcie.

Implementuje

Uwagi

Właściwość ValueTuple<T1>.ITuple.Length jest jawną implementacją interfejsu. Aby go wywołać, należy rzutować lub przekonwertować ValueTuple<T1> obiekt na obiekt interfejsu ITuple .

Dotyczy