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

BitwiseAnd() 공개 메소드

public BitwiseAnd ( Expr left, Expr right ) : System
left Expr
right Expr
리턴 System
        public BitwiseAnd(Expr left, Expr right)
            : base(left, right) { }
    }