ParameterCollection.CopyTo Method (Parameter[], Int32)
.NET Framework 3.0
Copies a specified index of a parameter array to the parameter collection.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public void CopyTo ( Parameter[] parameterArray, int index )
public function CopyTo ( parameterArray : Parameter[], index : int )
Not applicable.
Parameters
- parameterArray
Parameter array from which the value at a specified index is to be copied from.
- index
The integer index of the parameterArray item that is to be copied.
Community Additions
ADD
Show: