SynchronizedReadOnlyCollection<T>.IList<T>.Insert Метод

Определение

Вызывается при вызове NotSupportedException .

 virtual void System.Collections.Generic.IList<T>.Insert(int index, T value) = System::Collections::Generic::IList<T>::Insert;
void IList<T>.Insert(int index, T value);
abstract member System.Collections.Generic.IList<T>.Insert : int * 'T -> unit
override this.System.Collections.Generic.IList<T>.Insert : int * 'T -> unit
Sub Insert (index As Integer, value As T) Implements IList(Of T).Insert

Параметры

index
Int32

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

value
T

Объект для вставки в коллекцию.

Реализации

Исключения

Элементы нельзя вставить в коллекцию только для чтения.

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