ControlCollection.CopyTo Method
.NET Framework 3.0
Copies the child controls stored in the ControlCollection object to an System.Array object, beginning at the specified index location in the System.Array.
Namespace: System.Web.UI
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public void CopyTo ( Array array, int index )
public function CopyTo ( array : Array, index : int )
Not applicable.
Parameters
- array
The System.Array to copy the child controls to.
- index
The zero-based relative index in array where copying begins.
Community Additions
ADD
Show: