SettingsPropertyCollection::CopyTo Method (Array^, Int32)

 

Copies this SettingsPropertyCollection object to an array.

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

public:
virtual void CopyTo(
	Array^ array,
	int index
) sealed

Parameters

array
Type: System::Array^

The array to copy the object to.

index
Type: System::Int32

The index at which to begin copying.

.NET Framework
Available since 2.0
Return to top
Show: