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

Definição

Remove o valor no índice especificado.

 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

Observações

Este membro é uma implementação explícita de membro de interface. Só pode ser usado quando a ImmutableList<T> instância é transmitida para uma IList<T> interface.

Aplica-se a