ABT.BinaryOp.BinaryOp C# (CSharp) Méthode

BinaryOp() protected méthode

protected BinaryOp ( Expr left, Expr right ) : System
left Expr
right Expr
Résultat System
        protected BinaryOp(Expr left, Expr right) {
            this.Left = left;
            this.Right = right;
        }