AST.SubAssign.ConstructBinaryOp C# (CSharp) Méthode

ConstructBinaryOp() public méthode

public ConstructBinaryOp ( ) : Expr
Résultat Expr
        public override Expr ConstructBinaryOp() => Sub.Create(this.Left, this.Right);
    }