CopyTo method

Description

Copies AseParameter objects from the AseParameterCollection to the specified array.

Syntax

void CopyTo( array array int index )

Parameters

array: The array into which to copy the AseParameter objects.

index: The starting index of the array.

Implements

ICollection.CopyTo