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

Definition

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

 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

Parametrar

index
Int32

Det nollbaserade index som item ska infogas i.

item
TValue

Objektet som ska infogas IList<T>i .

Implementeringar

Gäller för