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

Definice

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

 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

Parametry

index
Int32

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

item
TValue

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

Implementuje

Platí pro