SortedList: Clone

Clone

Returns a cloned version of this instance.



 Public Function Clone ( ) As SortedList

Return Values

SortedList - 

Remarks

Reference types are not cloned. If there are object types in the list, then a new reference to the object is created, but the object itself is not cloned.

See Also

Project CorLib Overview

Class SortedList Overview