Copies the entire collection to an array, starting at the given index of the specified target array.
Syntax
Parameters
- array
- The one-dimensional array that is the destination of the elements to be copied. The Array must have zero-based indexing.
- index
- The zero-based index of the array at which copying begins.
See Also