You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I'm adding one file which has several classes in it - for this I have one
CodeBuilder
where I callAddClass
many times. What I want to achieve is to write to the beginning of the file and addpragma warning disable
and than at the end I want to enable it again.The text was updated successfully, but these errors were encountered: