c# - comments compiled into .exe in .net? -


I know that you can use a pure reflector to see the code created with .net but if I am compiling myself as a personal reminder in XE too.

I do not intend to release the source code for my application and I know that the 100% safe condition is that whatever I do not want to do right now, I was thinking that someone would write my comments Can reverse.

The comments have been ignored by the compiler. They will not be kept output executable


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -