ValueTuple<T1,T2,T3,T4,T5>.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

5, liczba elementów w ValueTuple<T1,T2,T3,T4,T5> obiekcie.

Implementuje

Uwagi

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

Dotyczy