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
Post a Comment