MetricsCollection.CopyTo(Metric[], Int32) Method

Definition

Copies the contents of this collection to the specified array.

public void CopyTo (Microsoft.ApplicationInsights.Metric[] array, int arrayIndex);
abstract member CopyTo : Microsoft.ApplicationInsights.Metric[] * int -> unit
override this.CopyTo : Microsoft.ApplicationInsights.Metric[] * int -> unit
Public Sub CopyTo (array As Metric(), arrayIndex As Integer)

Parameters

array
Metric[]

An artay.

arrayIndex
Int32

Array index where to start the copy.

Implements

Applies to