System.ComponentModel.ComponentCollection.CopyTo Method

Copies the entire collection to an array, starting writing at the specified array index.

Syntax

public void CopyTo (IComponent[] array, int index)

Parameters

array
An System.ComponentModel.IComponent array to copy the objects in the collection to.
index
The index of the array at which copying to should begin.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.ComponentModel
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0