#define
debuggingusing
System;using
System.Collections.Generic;using
System.Text;namespace
PreProcessorsDirective{
class PreProcessorsDirective
{
#if
debuggingstatic void Write()
{
Console.WriteLine("Debugging.>>");
}
#endif
#pragma
warning disable 219#line
10static void Main(string[] args)
{
int a = 5; //219 Warning
#if
debuggingWrite();
#endif
}
}
}
Tidak ada komentar:
Posting Komentar