ComponentCollection.CopyTo Method

This method copies the elements of the ComponentCollection to an Array, starting at a particular index.

Syntax

public void CopyTo ( System.Array array, int index )

Parameters Description
array The array to which the elements of the collection will be copied.
index The starting index in the array at which the elements of the collection will be copied to.