StateManagedCollection.IList.Clear Méthode

Définition

Supprime tous les éléments de la collection StateManagedCollection.

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

Implémente

Remarques

La OnClear méthode est appelée avant l’appel de la Clear méthode, et la OnClearComplete méthode est appelée après Clear avoir terminé la suppression d’éléments de la collection.

S’applique à

Voir aussi