ImmutableList<T>.IList<T>.RemoveAt(Int32) Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
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.