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

Definition

Infogar ett objekt i IList<T> det angivna indexet.

 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

Parametrar

index
Int32

Det nollbaserade index som item ska infogas i.

item
TKey

Objektet som ska infogas IList<T>i .

Implementeringar

Gäller för