TemplateGroupCollection.IList.RemoveAt(Int32) Método

Definição

Para uma descrição deste elemento, veja RemoveAt(Int32).

 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 baseado em zero dentro da coleção do objeto a remover.

Implementações

Observações

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

Aplica-se a

Ver também