Share via


BaseCollection.OnClear Method ()

 

Performs custom processes before clearing the contents of the collection.

Namespace:   Microsoft.ManagementConsole
Assembly:  Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)

Syntax

protected override void OnClear()
protected:
virtual void OnClear() override
override OnClear : unit -> unit
Protected Overrides Sub OnClear

See Also

BaseCollection Class
Microsoft.ManagementConsole Namespace

Return to top