AST.SubAssign.ConstructBinaryOp C# (CSharp) 메소드

ConstructBinaryOp() 공개 메소드

public ConstructBinaryOp ( ) : Expr
리턴 Expr
        public override Expr ConstructBinaryOp() => Sub.Create(this.Left, this.Right);
    }