Пример #1
0
 public override Expression CloneExpressionOnly()
 {
     stackVariable8 = new BoxExpression(this.get_BoxedExpression().CloneExpressionOnly(), this.theTypeSystem, this.get_BoxedAs(), null);
     stackVariable8.set_IsAutoBox(this.get_IsAutoBox());
     return(stackVariable8);
 }
Пример #2
0
 public override Expression Clone()
 {
     stackVariable9 = new BoxExpression(this.get_BoxedExpression().Clone(), this.theTypeSystem, this.get_BoxedAs(), this.instructions);
     stackVariable9.set_IsAutoBox(this.get_IsAutoBox());
     return(stackVariable9);
 }