CopyTo(RdmParameter[], int) Method

Syntax:

public void CopyTo(RdmParameter[] array, int index)

Description:

Copies an array of RdmParameters to the collection starting at the specified index

Parameters:

array

Type: RdmParameter[]

The array of parameters to copy to the collection.

index

Type: System.Int32

The index in the collection at which to copy the items.

Exceptions:

Exception Condition
ArgumentNullException The specified array is null.
ArgumentOutOfRangeException The index is out of range for the collection.