Control.ControlCollection.CopyTo(Array, Int32) Method

Definition

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

public:
 virtual void CopyTo(Array ^ dest, int index);
public void CopyTo (Array dest, int index);
abstract member CopyTo : Array * int -> unit
override this.CopyTo : Array * int -> unit
Public Sub CopyTo (dest As Array, index As Integer)

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