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