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