ReadOnlyCollection<T>.IList<T>.RemoveAt(Int32) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Remove o IList<T> item no índice especificado. Essa implementação sempre lança NotSupportedException.
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 baseado em zero do item a ser removido.
Implementações
Exceções
Sempre jogado.
Comentários
Esse membro é uma implementação de membro de interface explícita. Ele só pode ser usado quando a ReadOnlyCollection<T> instância é convertida em uma IList<T> interface.