DesignSurfaceCollection::CopyTo Method (array<DesignSurface^>^, Int32)

 

Copies the collection members to the specified DesignSurface array beginning at the specified destination index.

Namespace:   System.ComponentModel.Design
Assembly:  System.Design (in System.Design.dll)

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

Parameters

array
Type: array<System.ComponentModel.Design::DesignSurface^>^

The array to copy collection members to.

index
Type: System::Int32

The destination index to begin copying to.

.NET Framework
Available since 2.0
Return to top
Show: