Hello,
I have an instance of a class, I want to change an object data member of this instance only with another object of the same type (swap), due to my system constraints i can't use =,new or setter operators.
Basically I would like to change the value of a field of a variable, the field is an object contained inside another object - the variable which its instance I have.
is it possible using reflection? if so can someone please give me basic direction?
Thanks Yoav