Bagikan melalui


OrderedDictionary<TKey,TValue>.KeyCollection.IList<TKey>.Insert Metode

Definisi

Menyisipkan item ke IList<T> pada indeks yang ditentukan.

 virtual void System.Collections.Generic.IList<TKey>.Insert(int index, TKey item) = System::Collections::Generic::IList<TKey>::Insert;
void IList<TKey>.Insert (int index, TKey item);
abstract member System.Collections.Generic.IList<TKey>.Insert : int * 'Key -> unit
override this.System.Collections.Generic.IList<TKey>.Insert : int * 'Key -> unit
Sub Insert (index As Integer, item As TKey) Implements IList(Of TKey).Insert

Parameter

index
Int32

Indeks berbasis nol di mana item harus disisipkan.

item
TKey

Objek yang akan dimasukkan ke dalam IList<T>.

Penerapan

Berlaku untuk