CodeGenHelpers
CodeGenHelpers copied to clipboard
Ability to write to CodeBuilder directly
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.