KeyValueConfigurationCollection.Clear Method

Definition

Clears the KeyValueConfigurationCollection collection.

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

Remarks

When the Clear method is called, it removes all KeyValueConfigurationElement objects from the collection.

Applies to