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
Comentários
Esse método remove todos os itens do Collection objeto.This method removes all items from the Collection object.