ArrayList: Clone |
Returns an ArrayList object containing a copy of the array in the original ArrayList.
Public Function Clone ( ) As ArrayList
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.