Bagikan melalui


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

Definisi

Mendapatkan atau mengatur elemen pada indeks yang ditentukan.

property TKey System::Collections::Generic::IList<TKey>::Item[int] { TKey get(int index); void set(int index, TKey value); };
TKey System.Collections.Generic.IList<TKey>.Item[int index] { get; set; }
member this.System.Collections.Generic.IList<TKey>.Item(int) : 'Key with get, set
 Property Item(index As Integer) As TKey Implements IList(Of TKey).Item

Parameter

index
Int32

Indeks berbasis nol dari elemen untuk mendapatkan atau mengatur.

Nilai Properti

TKey

Elemen pada indeks yang ditentukan.

Penerapan

Berlaku untuk