Calitha GOLD Parser Engine Documentation

IntegerList.CopyTo Method

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

Overload List

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

public void CopyTo(Array);

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

public void CopyTo(Array,int);

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,Array,int,int);

See Also

IntegerList Class | com.calitha.commons Namespace