Condividi tramite


DeployedServiceReplicaList.CopyTo(DeployedServiceReplica[], Int32) Method

Definition

Copies items from this list to the specified array starting at the specified index.

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

Parameters

array
DeployedServiceReplica[]

The one-dimensional Array that is the destination of the elements copied from HYPERLINK "http://msdn.microsoft.com/en-us/library/system.collections.icollection(v=vs.110).aspx" collection. The Array must have zero-based indexing.

arrayIndex
Int32

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

Implements

Applies to