ArraySegment<T>.IList<T>.Insert(Int32, T) Метод

Определение

Вызывает исключение NotSupportedException во всех случаях.

 virtual void System.Collections.Generic.IList<T>.Insert(int index, T item) = System::Collections::Generic::IList<T>::Insert;
void IList<T>.Insert (int index, T item);
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, item As T) Implements IList(Of T).Insert

Параметры

index
Int32

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

item
T

Объект, вставляемый во фрагмент массива.

Реализации

Исключения

Во всех случаях.

Комментарии

Этот метод всегда создает исключение NotSupportedException , так как не удается развернуть сегмент массива.

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