Ö
Özden Irmak
Hi,
I want to make a copy of a variable (which is a type of a custome class)
instead of referencing it...
MyClass MyCopy = MyOriginal
creates a reference and if I make a change on lets say on a property on
MyCopy, the property on MyOriginal does also change...
Any help?
Thanks in advance,
Özden
I want to make a copy of a variable (which is a type of a custome class)
instead of referencing it...
MyClass MyCopy = MyOriginal
creates a reference and if I make a change on lets say on a property on
MyCopy, the property on MyOriginal does also change...
Any help?
Thanks in advance,
Özden