Collection.IList.Clear Método

Definição

Remove todos os itens do Collection objeto.

 virtual void IListClear() = System::Collections::IList::Clear;
void IList.Clear();
abstract member IListClear : unit -> unit
override this.IListClear : unit -> unit
Sub IListClear () Implements IList.Clear

Exceções

É IList só de leitura.

Observações

Este método remove todos os itens do Collection objeto.

Aplica-se a

Ver também