The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
AttributeCollection::CopyTo Method (Array^, Int32)
.NET Framework (current version)
Copies the collection to an array, starting at the specified index.
Assembly: System (in System.dll)
Parameters
- array
-
Type:
System::Array^
The Array to copy the collection to.
- index
-
Type:
System::Int32
The index to start from.
Implements
ICollection::CopyTo(Array^, Int32)
.NET Framework
Available since 1.1
Available since 1.1
Show: