示例#1
0
 public override Expression CloneExpressionOnly()
 {
     stackVariable16 = new LambdaExpression(this.get_Arguments().CloneExpressionsOnly(), this.get_Body().CloneStatementOnly() as BlockStatement, this.get_IsAsync(), this.get_IsFunction(), this.get_Parameters(), this.get_IsExpressionTreeLambda(), null);
     stackVariable16.set_ExpressionType(this.get_ExpressionType());
     return(stackVariable16);
 }
示例#2
0
 public override Expression Clone()
 {
     stackVariable17 = new LambdaExpression(this.get_Arguments().Clone(), this.get_Body().Clone() as BlockStatement, this.get_IsAsync(), this.get_IsFunction(), this.get_Parameters(), this.get_IsExpressionTreeLambda(), this.instructions);
     stackVariable17.set_ExpressionType(this.get_ExpressionType());
     return(stackVariable17);
 }