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

Определение

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

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

Параметры

index
Int32

Отсчитываемый от нуля индекс удаляемого элемента.

Реализации

Исключения

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

Комментарии

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

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