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

 

Copies this collection to an array.

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

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

Parameters

array
Type: System::Array^

The array to which to copy.

index
Type: System::Int32

The index location at which to begin copying.

.NET Framework
Available since 2.0
Return to top
Show: