CodeGenHelpers icon indicating copy to clipboard operation
CodeGenHelpers copied to clipboard

Ability to write to CodeBuilder directly

Open vmachacek opened this issue 1 year ago • 0 comments

I'm adding one file which has several classes in it - for this I have one CodeBuilder where I call AddClass many times. What I want to achieve is to write to the beginning of the file and add pragma warning disable and than at the end I want to enable it again.

vmachacek avatar Sep 27 '23 16:09 vmachacek