Tuple<T1,T2,T3,T4,T5,T6,T7,TRest>.ITuple.Length Właściwość

Definicja

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

Wartość właściwości

Int32

Liczba elementów w obiekcie Tuple.

Implementuje

Uwagi

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

Dotyczy