SiteMapNodeCollection.Clear Method
Definition
Removes all items from the collection.
public:
virtual void Clear();
public virtual void Clear ();
abstract member Clear : unit -> unit
override this.Clear : unit -> unit
Public Overridable Sub Clear ()
Exceptions
The SiteMapNodeCollection is read-only.
Remarks
You can test whether a SiteMapNodeCollection collection is read-only by checking the IsReadOnly property.
To remove specific elements of the SiteMapNodeCollection, use the Remove or RemoveAt method.