AST.BitwiseAndAssign.ConstructBinaryOp C# (CSharp) Méthode

ConstructBinaryOp() public méthode

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