StateManagedCollection.IList.Clear Metoda

Definice

Odebere všechny položky z StateManagedCollection kolekce.

 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

Implementuje

Poznámky

Metoda OnClear je volána před zavolání Clear metody a OnClearComplete metoda je volána po Clear dokončení odebrání prvků z kolekce.

Platí pro

Viz také