Calitha GOLD Parser Engine Documentation

IntegerList.CopyTo Method (Int32, Array, Int32, Int32)

Copies a range of elements from the list to a compatible one-dimensional Array, starting at the specified index of the target array.

public void CopyTo(
   int index,
   Array array,
   int arrayIndex,
   int count
);

Parameters

index
The zero-based index in the source list at which copying begins.
array
The one-dimensional Array that is the destination of the elements copied from the list. The Array must have zero-based indexing.
arrayIndex
The zero-based index in array at which copying begins.
count
The number of elements to copy.

See Also

IntegerList Class | com.calitha.commons Namespace | IntegerList.CopyTo Overload List