Updated:
July 2008
#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 warning (C# Reference)
#pragma checksum (C# Reference)
|
#pragma pragma-name pragma-arguments |

Parameters
- pragma-name
The name of a recognized pragma.
- pragma-arguments
Pragma-specific arguments.

See Also
Concepts
Reference
Other Resources

Change History
Date
|
History
|
Reason
|
|---|
July 2008 |
Corrected text per customer suggestions.
| Content bug fix. |