Aracılığıyla paylaş


OrderedDictionary<TKey,TValue>.KeyCollection.IList<TKey>.Insert Yöntem

Tanım

Belirtilen dizinde IList<T> bir öğe ekler.

 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

Parametreler

index
Int32

item eklenmesi gereken sıfır tabanlı dizin.

item
TKey

IList<T>eklenecek nesne.

Uygulamalar

Şunlara uygulanır