Array.IList.RemoveAt(Int32) Método

Definição

Remove o item IList no índice especificado.

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

Parâmetros

index
Int32

O índice do elemento a ser removido.

Implementações

Exceções

não é um índice válido no IList.

O IList é somente leitura.

- ou -

O IList tem um tamanho fixo.

Comentários

Este membro é uma implementação do membro de interface explícita. Ele só pode ser usado quando a instância de Array é convertida em uma interface de IList.

Aplica-se a