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

ConstructBinaryOp() public méthode

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