Click or drag to resize

InstallmentPlanLinesCopyTo Method

Copies the entire InstallmentPlanLines array list to the target array(a) starting at the specific index of the array(index)

Namespace:  ConneXion
Assembly:  ConneXion (in ConneXion.dll) Version: 2020.0
Syntax
public void CopyTo(
	Array a,
	int index
)

Parameters

a
Type: SystemArray
Target array
index
Type: SystemInt32
Specific Index of the array

Implements

ICollectionCopyTo(Array, Int32)
Remarks
Copies array list to a compatible one-dimensional array
See Also