ABT.BinaryOp.BinaryOp C# (CSharp) 메소드

BinaryOp() 보호된 메소드

protected BinaryOp ( Expr left, Expr right ) : System
left Expr
right Expr
리턴 System
        protected BinaryOp(Expr left, Expr right) {
            this.Left = left;
            this.Right = right;
        }