T
~toki
I have a class with a custom property called Name = "pepe"
When i create a copy of it (Pepe pepe = oldpepe
And change the property of the 'new' class (pepe.Name = "pepe1")
oldpepe.Name has canged to "pepe1"
How can i prevent that oldpepe="pepe" changes?
When i create a copy of it (Pepe pepe = oldpepe

And change the property of the 'new' class (pepe.Name = "pepe1")
oldpepe.Name has canged to "pepe1"
How can i prevent that oldpepe="pepe" changes?