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.
I'm adding one file which has several classes in it - for this I have one
CodeBuilderwhere I callAddClassmany times. What I want to achieve is to write to the beginning of the file and addpragma warning disableand than at the end I want to enable it again.