Calitha GOLD Parser Engine Documentation

IntegerList.CopyTo Method (Array)

Copies the entire list to a compatible one-dimensional array, starting at the beginning of the target array.

public void CopyTo(
   Array array
);

Parameters

array
The one-dimensional Array that is the destination of the elements copied from the list. The Array must have zero-based indexing.

See Also

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