Tuple<T1,T2,T3>.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

3, liczba elementów w Tuple<T1,T2,T3> obiekcie.

Implementuje

Uwagi

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

Dotyczy