HttpStaticObjectsCollection::CopyTo Method (Array^, Int32)
.NET Framework (current version)
Copies members of an HttpStaticObjectsCollection into an array.
Assembly: System.Web (in System.Web.dll)
Parameters
- array
-
Type:
System::Array^
The array to copy the HttpStaticObjectsCollection into.
- index
-
Type:
System::Int32
The member of the collection where copying starts.
Implements
ICollection::CopyTo(Array^, Int32)The following example creates a new Object array of the required size and copies an existing StaticObjects collection into it.
.NET Framework
Available since 1.1
Available since 1.1
Show: