Bagikan melalui


Tuple<T1>.ITuple.Length Properti

Definisi

Mendapatkan jumlah elemen dalam 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

Nilai Properti

1, jumlah elemen dalam objek Tuple<T1> .

Penerapan

Keterangan

Properti ITuple.Length adalah implementasi antarmuka eksplisit. Untuk menyebutnya, Anda harus mentransmisikan atau mengonversi Tuple<T1> objek menjadi ITuple objek antarmuka.

Berlaku untuk