System.Web.UI.WebControls.ParameterCollection.Add Method

Appends the specified System.Web.UI.WebControls.Parameter object to the end of the collection.

Syntax

public int Add (Parameter param)

Parameters

param
Documentation for this section has not yet been entered.

Returns

The index value of the added item.

Remarks

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.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0