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

Definição

Gera uma exceção NotSupportedException 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 com base em zero do item a ser removido.

Implementações

Exceções

Em todos os casos.

Comentários

Esse método sempre lança um NotSupportedException porque um segmento de matriz não pode ser contratado.

Aplica-se a