ArraySegment<T>.IList<T>.RemoveAt(Int32) Método

Definición

Se produce una excepción NotSupportedException en todos los casos.

 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

Parámetros

index
Int32

Índice de base cero del elemento que se va a quitar.

Implementaciones

Excepciones

En todos los casos.

Comentarios

Este método siempre produce un NotSupportedException porque no se puede contratar un segmento de matriz.

Se aplica a