J
John
I have two books saying different things about the #region directive. One
says that all code within #region does not affect the compilation process
in any way, while the other states that the entire region is marked for a
pre-processor directive which does affect the compilation process.
I was wondering which is accurate? Is #region/#endregion just a text
editor visualization tool with not effect otherwise, or is everything
within the block seen as one big preprocessor command?
TIA
-John
says that all code within #region does not affect the compilation process
in any way, while the other states that the entire region is marked for a
pre-processor directive which does affect the compilation process.
I was wondering which is accurate? Is #region/#endregion just a text
editor visualization tool with not effect otherwise, or is everything
within the block seen as one big preprocessor command?
TIA
-John