[]
        
Copies the entire collection to a compatible one-dimensional Array, starting at the specified index of the target array.
public void CopyTo(LegendItem[] array, int index)
| Type | Name | Description | 
|---|---|---|
| LegendItem[] | array | The one-dimensional Array that is the destination of the legend items copied from collection. The Array must have zero-based indexing.  | 
    
| int | index | The zero-based index in array at which copying begins  |