Hi everybody. I know everyone has said to me that this doesn't exist but I'm
going to try anyway.
I have an instance of ClassA and I want to duplicate that instance, creating
another one that is independient of the first one. Isn't there any automatic
way to do this?
Do I have to write IClonable implementation for each and every class?
Best Regards
going to try anyway.
I have an instance of ClassA and I want to duplicate that instance, creating
another one that is independient of the first one. Isn't there any automatic
way to do this?
Do I have to write IClonable implementation for each and every class?
Best Regards
Comment