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

Definitie

Hiermee voegt u een item toe aan de IList<T> opgegeven index.

 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

Parameters

index
Int32

De op nul gebaseerde index waarop item moet worden ingevoegd.

item
TKey

Het object dat moet worden ingevoegd in de IList<T>.

Implementeringen

Van toepassing op