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.
ConfigurationSectionGroupCollection::CopyTo Method (array<ConfigurationSectionGroup^>^, Int32)
.NET Framework (current version)
Copies this ConfigurationSectionGroupCollection object to an array.
Assembly: System.Configuration (in System.Configuration.dll)
Parameters
- array
-
Type:
array<System.Configuration::ConfigurationSectionGroup^>^
The array to copy the object to.
- index
-
Type:
System::Int32
The index location at which to begin copying.
| Exception | Condition |
|---|---|
| ArgumentNullException | array is null. |
| ArgumentOutOfRangeException | The length of array is less than the value of Count plus index. |
.NET Framework
Available since 2.0
Available since 2.0
Show: