Visual Studio 2010 - Visual C#
#pragma (C# Reference)
#pragma gives the compiler special instructions for the compilation of the file in which it appears. The instructions must be supported by the compiler. In other words, you cannot use #pragma to create custom preprocessing instructions. The Microsoft C# compiler supports the following two #pragma instructions:
#pragma pragma-name pragma-arguments
Parameters
See Also