ConfigurationPropertyCollection::CopyTo Method (array<ConfigurationProperty^>^, Int32)
.NET Framework (current version)
Copies this ConfigurationPropertyCollection to an array.
Assembly: System.Configuration (in System.Configuration.dll)
Parameters
- array
-
Type:
array<System.Configuration::ConfigurationProperty^>^
Array to which to copy.
- index
-
Type:
System::Int32
Index at which to begin copying.
The following example shows how to use the CopyTo method.
.NET Framework
Available since 2.0
Available since 2.0
Show: