ParameterCollection.CopyTo Method (Parameter(), Int32)
.NET Framework (current version)
Copies a specified index of a parameter array to the parameter collection.
Assembly: System.Web (in System.Web.dll)
Parameters
- parameterArray
-
Type:
System.Web.UI.WebControls.Parameter()
Parameter array from which the value at a specified index is to be copied from.
- index
-
Type:
System.Int32
The integer index of the parameterArray item that is to be copied.
.NET Framework
Available since 2.0
Available since 2.0
Show: