ToolsetCollection.CopyTo(Toolset[], Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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