AST.ModAssign.ConstructBinaryOp C# (CSharp) Method

ConstructBinaryOp() public method

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