Returns a duplicate of the current System.Web.UI.WebControls.Parameter instance.
A System.Web.UI.WebControls.Parameter that is an exact duplicate of the current one.
The Parameter.Clone method calls the Parameter.#ctor(Parameter) copy constructor to initialize a new instance of the System.Web.UI.WebControls.Parameter class with the values of the current instance.
If you extend the System.Web.UI.WebControls.Parameter class, you can override the Parameter.Clone method to include any state that should be copied to a new instance of your derived class.