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

 

Copies objects to the specified array starting at the specified position.

Namespace:   Microsoft.VisualStudio.Shell.Design
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

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

Parameters

array
Type: System::Array^

The target array.

index
Type: System::Int32

The position in the array at which to start copying.

Return to top
Show: