ConfigurationElementCollection.ICollection.CopyTo Method (Array, Int32)
.NET Framework (current version)
Copies the ConfigurationElementCollection to an array.
Assembly: System.Configuration (in System.Configuration.dll)
private abstract CopyTo : arr:Array * index:int -> unit private override CopyTo : arr:Array * index:int -> unit
Parameters
- arr
-
Type:
System.Array
Array to which to copy this ConfigurationElementCollection.
- index
-
Type:
System.Int32
Index location at which to begin copying.
Implements
ICollection.CopyTo(Array, Int32)
.NET Framework
Available since 2.0
Available since 2.0
Show: