Software Development Network>> Smart Devicet>> Defines in C#
No. Preprocessor is pretty much gone from C#. Defines in C# are only good for conditional compilation.
You can use external preprocessor if you want though.
Thanks for the answers guys
Defines in C#
Ollie Riches
No. Preprocessor is pretty much gone from C#. Defines in C# are only good for conditional compilation.
You can use external preprocessor if you want though.
Nick Waanders
Thanks for the answers guys
DreamerZ