[]
Copies the elements of the collection to an System.Array, starting at a particular array index.
public void CopyTo(AxisScrollBar.ScaleMenuItem[] array, int index)
Type | Name | Description |
---|---|---|
ScaleMenuItem[] | array | The one-dimensional Array that is the destination of the elements copied from collection. The System.Array must have zero-based indexing. |
int | index | The zero-based index in array at which copying begins. |