Returns a duplicate of the current System.Web.UI.WebControls.ControlParameter instance.
A System.Web.UI.WebControls.ControlParameter that is an exact duplicate of the current one.
The ControlParameter.Clone method calls the ControlParameter.#ctor(ControlParameter) copy constructor to initialize a new instance of the System.Web.UI.WebControls.ControlParameter class with the values of the current instance.