ToolsetCollection.CopyTo(Toolset[], Int32) Method

Definition

This method (and the whole namespace) is deprecated. Please use the classes in these namespaces instead: Microsoft.Build.ConstructionMicrosoft.Build.EvaluationMicrosoft.Build.Execution

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

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[]
arrayIndex
Int32

Implements

Remarks

Warning

This method (and the whole namespace) is deprecated. Please use the classes in these namespaces instead: Microsoft.Build.Construction Microsoft.Build.Evaluation Microsoft.Build.Execution

Applies to