System.Web.UI.ControlCollection.CopyTo Method

Copies the child controls stored in the System.Web.UI.ControlCollection object to an Array object, beginning at the specified index location in the Array.

Syntax

public virtual void CopyTo (Array array, int index)

Parameters

array
The Array to copy the child controls to.
index
The zero-based relative index in array where copying begins.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Web.UI
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0