ToolsetCollection.CopyTo(Toolset[], Int32) Method

Definition

Copies the contents of the ToolsetCollection to a compatible one-dimensional Array, starting at the specified index of the target array.

public:
 virtual void CopyTo(cli::array <Microsoft::Build::BuildEngine::Toolset ^> ^ array, int arrayIndex);
public void CopyTo (Microsoft.Build.BuildEngine.Toolset[] array, int arrayIndex);
abstract member CopyTo : Microsoft.Build.BuildEngine.Toolset[] * int -> unit
override this.CopyTo : Microsoft.Build.BuildEngine.Toolset[] * int -> unit
Public Sub CopyTo (array As Toolset(), arrayIndex As Integer)

Parameters

array
Toolset[]

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

arrayIndex
Int32

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

Implements

Applies to