Copies the elements of the printer collection to an array, starting at the given index location.
Syntax
Parameters
- array
- A one-dimensional array that is the destination of the elements copied from the collection. The Array must have zero-based indexing and be of type Printer.
- index
- An integer value which represents the zero-based index in array at which copying begins.
See Also