StateManagedCollection.IList.RemoveAt(Int32) Método

Definição

Remove o IStateManager elemento no índice especificado.

 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 em base zero do item a remover.

Implementações

Exceções

Observações

O OnValidate método é chamado para validar value antes de o valor ser removido da coleção. O OnRemove método é chamado antes do objeto ser removido, e o OnRemoveComplete método é chamado depois de o objeto ser removido.

Aplica-se a

Ver também