Copies the System.Web.Profile.ProfileInfoCollection to a one-dimensional array of type System.Web.Profile.ProfileInfo.
- array
- A one-dimensional array of type System.Web.Profile.ProfileInfo 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 the array at which copying begins.
This method uses ArrayList.CopyTo(Array, int) to copy System.Web.Profile.ProfileInfo objects to the specified array.