Control.ControlCollection.CopyTo(Array, Int32) Method

Definition

Copies the elements of the collection to an array, starting at a particular array index.

public void CopyTo (Array dest, int index);

Parameters

dest
Array

The one-dimensional array that is the destination of the elements copied from the collection. The array must have zero-based indexing.

index
Int32

The zero-based index in dest at which to begin copying.

Implements

Applies to

Product Versions
.NET Framework 1.1