- array
A one-dimensional Array that is the destination of the elements copied from the System.Web.Security.RoleProviderCollection. The array must have zero-based indexing.
- index
The zero-based index in array at which copying begins.
This method uses ArrayList.CopyTo(Array, int) to copy role provider objects to the specified array.