ConfigurationElementCollection::ICollection::CopyTo Method (Array^, Int32)

 

Copies the ConfigurationElementCollection to an array.

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

private:
virtual void CopyTo(
	Array^ arr,
	int index
) sealed = ICollection::CopyTo

Parameters

arr
Type: System::Array^

Array to which to copy this ConfigurationElementCollection.

index
Type: System::Int32

Index location at which to begin copying.

.NET Framework
Available since 2.0
Return to top
Show: