ComponentProperties.CopyTo Method

This method copies the elements of the ComponentProperties collection 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 ComponentProperties collection will be copied.
index The index in the array at which the ComponentProperties will be copied to.