Bagikan melalui


OrderedDictionary<TKey,TValue>.KeyCollection.IReadOnlyList<TKey>.Item[Int32] Properti

Definisi

Mendapatkan elemen pada indeks yang ditentukan dalam daftar baca-saja.

property TKey System::Collections::Generic::IReadOnlyList<TKey>::Item[int] { TKey get(int index); };
TKey System.Collections.Generic.IReadOnlyList<TKey>.Item[int index] { get; }
member this.System.Collections.Generic.IReadOnlyList<TKey>.Item(int) : 'Key
 ReadOnly Property Item(index As Integer) As TKey Implements IReadOnlyList(Of TKey).Item

Parameter

index
Int32

Indeks berbasis nol dari elemen yang akan didapatkan.

Nilai Properti

TKey

Elemen pada indeks yang ditentukan dalam daftar baca-saja.

Penerapan

Berlaku untuk