DiagnosticView.CopyTo Method

Copies the elements of the collection to a given array, starting at a particular array index.

Namespace:  Microsoft.ComplexEventProcessing
Assembly:  Microsoft.ComplexEventProcessing (in Microsoft.ComplexEventProcessing.dll)

Syntax

public void CopyTo(
    KeyValuePair<string, Object>[] array,
    int arrayIndex
)

Parameters

  • arrayIndex
    Type: System.Int32
    Array index to start copying to.

Implements

ICollection<T>.CopyTo(array<T[], Int32)

See Also

Reference

DiagnosticView Class

Microsoft.ComplexEventProcessing Namespace