M
Marc Lefebvre
there is an easy way to make a deep copy of an arraylist ?
suppose I have an arraylist of COptions implements ICloneable
I have need to overload the Clone() methode of a derived ArrayList
(OptionsArrayList)
And Overload the Clone() methode of my COptions
There is an otherway to do deep copy ?
Thank's
Marc
suppose I have an arraylist of COptions implements ICloneable
I have need to overload the Clone() methode of a derived ArrayList
(OptionsArrayList)
And Overload the Clone() methode of my COptions
There is an otherway to do deep copy ?
Thank's
Marc