C# Preprocessor Directives

1.While the compiler does not have a seperate preprocessor,the directives described in this section are processed as if there was one;

2.these directives are used to aid in conditional compilation.Unlike C and C++ directives,you cannot use these directives to create macros.

3.A preprocessor directive must be the only instruction on a line.

posted @ 2013-04-23 13:01  daishuguang  阅读(265)  评论(0编辑  收藏  举报