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

Definição

Remove o item no índice especificado da lista imutável.

 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 com base em zero do item a ser removido.

Implementações

Exceções

Sempre lançada.

Comentários

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

Aplica-se a