ConfigurationPropertyCollection::CopyTo Method (array<ConfigurationProperty^>^, Int32)

 

Copies this ConfigurationPropertyCollection to an array.

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

public:
void CopyTo(
	array<ConfigurationProperty^>^ array,
	int index
)

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
Return to top
Show: