Collection.IList.Clear Método

Definição

Remove todos os itens do objeto Collection.Removes all items from the Collection object.

 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

O IList é somente leitura.The IList is read-only.

Comentários

Esse método remove todos os itens do Collection objeto.This method removes all items from the Collection object.

Aplica-se a

Confira também