Was this page helpful?
Your feedback about this content is important. Let us know what you think.
Additional feedback?
1500 characters remaining
Export (0) Print
Expand All

ConfigurationElementCollection.CopyTo Method

Copies the contents of the ConfigurationElementCollection to an array.

Namespace:  System.Configuration
Assembly:  System.Configuration (in System.Configuration.dll)

public void CopyTo(
	ConfigurationElement[] array,
	int index
)

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.

.NET Framework

Supported in: 4.6, 4.5, 4, 3.5, 3.0, 2.0

.NET Framework Client Profile

Supported in: 4, 3.5 SP1
Show:
© 2015 Microsoft