OrderedDictionary<TKey,TValue>.ValueCollection.IList<TValue>.Insert Yöntem

Tanım

Belirtilen dizinde IList<T> bir öğe ekler.

 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

Parametreler

index
Int32

item eklenmesi gereken sıfır tabanlı dizin.

item
TValue

IList<T>eklenecek nesne.

Uygulamalar

Şunlara uygulanır