Clear method

Removes all the parameters from the collection.

Syntax
Visual Basic
Public Overrides Sub Clear()
C#
public override void Clear();
See also