Partager via


OrderedDictionary<TKey,TValue>.KeyCollection.IList<TKey>.Insert Méthode

Définition

Insère un élément dans le IList<T> à l’index spécifié.

 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

Paramètres

index
Int32

Index de base zéro auquel item doivent être insérés.

item
TKey

Objet à insérer dans le IList<T>.

Implémente

S’applique à