ParameterCollection::CopyTo Method (array<Parameter^>^, Int32)

 
Use BaseTrue

Copies a specified index of a parameter array to the parameter collection.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

public:
void CopyTo(
	array<Parameter^>^ parameterArray,
	int index
)

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
Return to top
Show: