CopyTo(Array, int) method

Copies the elements of the SAErrorCollection into an array, starting at the given index within the array.

Visual Basic syntax

Public Sub CopyTo (ByVal array As Array, ByVal index As Integer)

C# syntax

public void CopyTo (Array array, int index)

Parameters