Freigeben über


TestCommandStatusList.CopyTo(TestCommandStatus[], Int32) Methode

Definition

Kopiert Elemente aus der Liste in das angegebene Array am angegebenen Startindex.

public void CopyTo (System.Fabric.Query.TestCommandStatus[] array, int arrayIndex);
abstract member CopyTo : System.Fabric.Query.TestCommandStatus[] * int -> unit
override this.CopyTo : System.Fabric.Query.TestCommandStatus[] * int -> unit
Public Sub CopyTo (array As TestCommandStatus(), arrayIndex As Integer)

Parameter

array
TestCommandStatus[]

Das Array der zu kopierenden Elemente.

arrayIndex
Int32

Der Index, in den das Array der Elemente kopiert wird.

Implementiert

Gilt für: