CodeNamespaceImportCollection.IList.RemoveAt(Int32) Método
Definição
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 de base zero do elemento a ser removido.The zero-based index of the element to remove.
Implementações
Comentários
Este membro é uma implementação do membro de interface explícita.This member is an explicit interface member implementation. Ele só pode ser usado quando a instância de CodeNamespaceImportCollection é convertida em uma interface de IList.It can be used only when the CodeNamespaceImportCollection instance is cast to an IList interface.