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

Definição

Faz NotSupportedException exceção em todos os 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

O índice em base zero do item a remover.

Implementações

Exceções

Em todos os casos.

Observações

Este método lança sempre a NotSupportedException porque um segmento de array não pode ser contraído.

Aplica-se a