ArrayList: Clone

Clone

Returns an ArrayList object containing a copy of the array in the original ArrayList.



 Public Function Clone ( ) As ArrayList

Return Values

ArrayList -  A copy of the original object.

Remarks

When the list of elements is cloned, elements that are reference types are not cloned. The cloned list will contain reference pointers to the same objects as the original list has.

See Also

Project CorLib Overview

Class ArrayList Overview