GlobalTypeCollection.CopyTo(GlobalType[], Int32) Method

Definition

Copies the contents of this collection to the given array starting at the given index.

public:
 void CopyTo(cli::array <Microsoft::VisualStudio::Shell::Design::GlobalType ^> ^ array, int index);
public void CopyTo (Microsoft.VisualStudio.Shell.Design.GlobalType[] array, int index);
member this.CopyTo : Microsoft.VisualStudio.Shell.Design.GlobalType[] * int -> unit
Public Sub CopyTo (array As GlobalType(), index As Integer)

Parameters

array
GlobalType[]

The destination array.

index
Int32

The index of the array at which to begin copying.

Applies to