Previousdata Up
dictionary
deepfinalizeWithDepthNext

dictionary Method deepCopy

Return a new collection of the same species, size and copies of all the elements. This will only provide a deep copy if the dictionary is storing associations. Therefore if the dictionary is storing key, data pairs then a shallow copy of the dictionary will be returned.

Returning Parameter
anewcollection OBJECT