AST.BitwiseAndAssign.ConstructBinaryOp C# (CSharp) Method

ConstructBinaryOp() public method

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