Copies the entire group collection to the given array, starting at given index of the target array.
Syntax
Parameters
- array
- The one-dimensional Array that is the destination of the groups copied from GroupCollection. The array must have zero-based indexing.
- index
- The zero-based index within the array at which copying begins.
See Also