Click or drag to resize

InvoiceMessagesCopyTo Method

Copies the entire InvoiceMessages 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