ProfileInfoCollection::CopyTo Method (array<ProfileInfo^>^, Int32)
.NET Framework (current version)
Copies the ProfileInfoCollection to a one-dimensional array of type ProfileInfo.
Assembly: System.Web (in System.Web.dll)
Parameters
- array
-
Type:
array<System.Web.Profile::ProfileInfo^>^
A one-dimensional array of type ProfileInfo that is the destination of the elements copied from the ProfileInfoCollection. The array must have zero-based indexing.
- index
-
Type:
System::Int32
The zero-based index in the array at which copying begins.
This method uses ArrayList::CopyTo to copy ProfileInfo objects to the specified array.
.NET Framework
Available since 2.0
Available since 2.0
Show: