Sdílet prostřednictvím


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

Definice

Vloží položku do IList<T> v zadaném indexu.

 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

Parametry

index
Int32

Index založený na nule, do kterého se má vložit item.

item
TKey

Objekt, který chcete vložit do IList<T>.

Implementuje

Platí pro