ConfigurationElementCollection.CopyTo Method
.NET Framework 4.6 and 4.5
Copies the contents of the ConfigurationElementCollection to an array.
Namespace: System.Configuration
Assembly: System.Configuration (in System.Configuration.dll)
Parameters
- array
- Type: System.Configuration.ConfigurationElement[]
Array to which to copy the contents of the ConfigurationElementCollection.
- index
- Type: System.Int32
Index location at which to begin copying.
Show: