rafacallejo

Results 1 issues of rafacallejo

I have and object like that: Person (string Name, Person subp1, Person subp2) If i create P1=new Person ("p1",null,null) and then P2= new ("p2",P1,P1) and i clone this P2 object...