XamlNodeList.Clear Method

Definition

Clears the items in this list.

public:
 void Clear();
public void Clear ();
member this.Clear : unit -> unit
Public Sub Clear ()

Remarks

This method calls Clear on the underlying list implementation.

Applies to