CodeTypeParameterCollection::CopyTo Method (array<CodeTypeParameter^>^, Int32)
.NET Framework (current version)
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::CodeTypeParameter^>^
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 | array is multidimensional. -or- The number of elements in the CodeTypeParameterCollection is greater than the available space between the index of the target array specified by index and the end of the target array. |
| ArgumentNullException | array is null. |
| ArgumentOutOfRangeException | index is less than the target array's lowest index. |
.NET Framework
Available since 2.0
Available since 2.0
Show: