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

Définition

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

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

Paramètres

index
Int32

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

item
TValue

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

Implémente

S’applique à