CategoryNameCollection::CopyTo Method (array<String^>^, Int32)

 

Copies the collection elements to the specified array at the specified index.

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

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

Parameters

array
Type: array<System::String^>^

The array to copy to.

index
Type: System::Int32

The index of the destination array at which to begin copying.

.NET Framework
Available since 1.1
Return to top
Show: