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

 

Copies the elements of the collection to an Array, starting at a particular Array index.

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

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

Parameters

array
Type: System::Array^

The one-dimensional Array that is the destination of the elements copied from collection. The Array must have zero-based indexing.

index
Type: System::Int32

The zero-based index in array at which copying begins.

.NET Framework
Available since 1.1
Return to top
Show: