Copies the System.Web.Profile.ProfileInfoCollection to a one-dimensional array.
- array
- A one-dimensional Array that is the destination of the elements copied from the System.Web.Profile.ProfileInfoCollection. 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 System.Web.Profile.ProfileInfo objects to the specified Array.