Array.IList.RemoveAt(Int32) Método

Definição

Remove o IList item 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

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

O IList é somente leitura.

- ou -

O IList tem um tamanho fixo.

Comentários

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

Aplica-se a