RepairTaskList.CopyTo(RepairTask[], 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.
Copies the elements of the RepairTaskList to an Array, starting at a particular Array index.
public void CopyTo (System.Fabric.Repair.RepairTask[] array, int arrayIndex);
abstract member CopyTo : System.Fabric.Repair.RepairTask[] * int -> unit
override this.CopyTo : System.Fabric.Repair.RepairTask[] * int -> unit
Public Sub CopyTo (array As RepairTask(), arrayIndex As Integer)
Parameters
- array
- RepairTask[]
The one-dimensional Array that is the destination of elements copied from RepairTaskList. The Array must have zero-based indexing.
- arrayIndex
- Int32
The zero-based index in array at which copying begins.
Implements
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET