PersonalizationStateInfoCollection::ICollection::CopyTo Method (Array^, Int32)

 

Implements the base CopyTo method.

Namespace:   System.Web.UI.WebControls.WebParts
Assembly:  System.Web (in System.Web.dll)

private:
virtual void CopyTo(
	Array^ array,
	int index
) sealed = ICollection::CopyTo

Parameters

array
Type: System::Array^

The array into which a collection of PersonalizationStateInfo objects will be copied.

index
Type: System::Int32

The point in array at which to start copying the PersonalizationStateInfo objects.

This method, like the PersonalizationStateInfoCollection class's own CopyTo method, simply calls the ArrayList::CopyTo method and passes the array and index parameters.

.NET Framework
Available since 2.0
Return to top
Show: