Partilhar via


DeployedServicePackageHealthStateList.CopyTo Método

Definição

Copia os elementos da ICollection em uma Matriz, partir do índice de uma matriz especificada.

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

Parâmetros

array
DeployedServicePackageHealthState[]

A matriz unidimensional que é o destino dos elementos copiados de ICollection. A Matriz deve ter indexação de base zero.

arrayIndex
Int32

O índice de base zero na matriz no qual a cópia começa.

Implementações

Aplica-se a