CompositeCollection.Clear Method

Definition

Clears the collection.

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

Implements

Remarks

This method resets the collection to be empty.

Applies to