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

ConstructBinaryOp() public méthode

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