CopyTo(Array, int) method

Copies SAParameter objects from the SAParameterCollection to the specified array.

Visual Basic syntax

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

C# syntax

public override void CopyTo (Array array, int index)

Parameters