ProfileInfoCollection::CopyTo Method (array<ProfileInfo^>^, Int32)

 

Copies the ProfileInfoCollection to a one-dimensional array of type ProfileInfo.

Namespace:   System.Web.Profile
Assembly:  System.Web (in System.Web.dll)

public:
void CopyTo(
	array<ProfileInfo^>^ array,
	int index
)

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
Return to top
Show: