System.Web.UI.WebControls.ParameterCollection.RemoveAt Method

Removes the System.Web.UI.WebControls.Parameter object at the specified index from the System.Web.UI.WebControls.ParameterCollection collection.

Syntax

public void RemoveAt (int idx)

Parameters

idx
Documentation for this section has not yet been entered.

Remarks

Use the ParameterCollection.RemoveAt(int) method to remove the System.Web.UI.WebControls.Parameter object at the specified index from 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