Bagikan melalui


PrincipalValueCollection<T>.IList.Item[Int32] Properti

Definisi

Mendapatkan objek pada indeks yang ditentukan dalam koleksi.

property System::Object ^ System::Collections::IList::Item[int] { System::Object ^ get(int index); void set(int index, System::Object ^ value); };
object System.Collections.IList.Item[int index] { get; set; }
object System.Collections.IList.Item[int index] { [System.Security.SecurityCritical] get; [System.Security.SecurityCritical] set; }
member this.System.Collections.IList.Item(int) : obj with get, set
[<get: System.Security.SecurityCritical>]
[<set: System.Security.SecurityCritical>]
member this.System.Collections.IList.Item(int) : obj with get, set
 Property Item(index As Integer) As Object Implements IList.Item

Parameter

index
Int32

Bilangan bulat.

Nilai Properti

Elemen pada indeks yang ditentukan.

Penerapan

Atribut

Keterangan

Anggota ini adalah implementasi anggota antarmuka eksplisit. Ini hanya dapat digunakan ketika instans dilemparkan PrincipalValueCollection<T> ke IList antarmuka.

Berlaku untuk