C# -
Preprocessor Directives. ...
C# compiler does not have a separate
preprocessor; however, the
directives are processed as if there was one. In
C# the
preprocessor directives are used to help in conditional compilation. Unlike C and C++
directives, they are not used to create macros.
read more >>