OrderedDictionary<TKey,TValue>.ValueCollection.IList<TValue>.Insert Метод

Определение

Вставляет элемент в IList<T> по указанному индексу.

 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

Параметры

index
Int32

Отсчитываемый от нуля индекс, по которому необходимо вставить item.

item
TValue

Объект, вставляемый в IList<T>.

Реализации

Применяется к