public MyClass()
 {
     x            = new X1Struct();
     y            = new X1Struct();
     z            = new X1Class();
     (this.y.y).z = "a";
     (this.z.y).z = "a";
     if (this.field)
     {
     }
 }
 public MyClass()
 {
     x = new X1Struct();
     y = new X1Struct();
     z = new X1Class();
     (this.y.y).z = "a";
     (this.z.y).z = "a";
     if (this.field)
     { }
 }