ArraySegment<T>.IList<T>.RemoveAt(Int32) Methode

Definition

Löst in allen Fällen eine NotSupportedException Ausnahme aus.

 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

Parameter

index
Int32

Der nullbasierte Index des zu entfernenden Elements.

Implementiert

Ausnahmen

In allen Fällen.

Hinweise

Diese Methode löst immer einen NotSupportedException Aus, weil ein Arraysegment nicht kontraktiert werden kann.

Gilt für: