Copies ULParameter objects from the ULParameterCollection to the specified array.
Visual Basic
NotOverridable Public Sub CopyTo( _
ByVal array As System.Array, _
ByVal index As Integer _
) _
Implements ICollection.CopyTo
C#
public void CopyTo(
System.Array array,
int index
);
array The array into which to copy the ULParameter objects.
index The starting index of the array.