All about Deep /Shallow copy
807605Jul 15 2007 — edited Jul 16 2007Hi,
I have a hierarchycal data structure, I want to have two copies, where one copy remains untouched and other copy goes through amendments,
How can I create such two copies, I guess I refer to deep copy.
If so how can I make a deep copy.
The structure consists of dtos, arrays etc
Thanks,