Appends the specified System.Web.UI.WebControls.Parameter object to the end of the collection.
- param
- Documentation for this section has not yet been entered.
The index value of the added item.
Use the ParameterCollection.Add(Parameter) method to append a System.Web.UI.WebControls.Parameter object to the end of the collection. This implementation of the method takes the System.Web.UI.WebControls.Parameter object specified by the param parameter and appends it to the collection.