ImmutableArray<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
T

Вставляемый элемент.

Реализации

Комментарии

Этот член представляет собой явную реализацию члена интерфейса. Он может использоваться, только если экземпляр ImmutableArray<T> приведен к типу интерфейса IList<T>.

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