CodeTypeReferenceCollection::CopyTo Method (array<CodeTypeReference^>^, Int32)
Copies the items in the collection to the specified one-dimensional Array at the specified index.
Assembly: System (in System.dll)
Parameters
- array
-
Type:
array<System.CodeDom::CodeTypeReference^>^
The one-dimensional Array that is the destination of the values copied from the collection.
- index
-
Type:
System::Int32
The index of the array at which to begin inserting.
| Exception | Condition |
|---|---|
| ArgumentException | The array parameter is multidimensional. -or- The number of elements in the CodeTypeReferenceCollection is greater than the available space between the index of the target array specified by the index parameter and the end of the target array. |
| ArgumentNullException | The array parameter is null. |
| ArgumentOutOfRangeException | The index parameter is less than the target array's minimum index. |
Available since 1.1