ParameterCollection::CopyTo Method (array<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:
array<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: