PersonalizationStateInfoCollection::ICollection::CopyTo Method (Array^, Int32)
.NET Framework (current version)
Implements the base CopyTo method.
Assembly: System.Web (in System.Web.dll)
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.
Implements
ICollection::CopyTo(Array^, Int32)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
Available since 2.0
Show: