AST.LShiftAssign.ConstructBinaryOp C# (CSharp) Method

ConstructBinaryOp() public method

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