Edit

Share via


ControlCollection.CopyTo(Array, Int32) Method

Definition

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

public void CopyTo(Array array, int index);
public virtual void CopyTo(Array array, int index);

Parameters

array
Array

The Array to copy the child controls to.

index
Int32

The zero-based relative index in array where copying begins.

Implements

Exceptions

array is not null and not one-dimensional.

Applies to

Product Versions
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also