DesignerAutoFormatCollection::Clear Method ()

 

Removes all formats from the collection.

Namespace:   System.Web.UI.Design
Assembly:  System.Design (in System.Design.dll)

public:
virtual void Clear() sealed

Implements

IList::Clear()

Use the Clear method to remove all formats from the collection. To remove a specific format from the collection, use the Remove method. To remove a format at a particular index, use the RemoveAt method.

.NET Framework
Available since 2.0
Return to top
Show: