Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
#pragma is used to give the compiler special instructions for the compilation of the file in which it appears
#pragma pragma-name pragma-arguments
Parameters
- pragma-name
The name of a recognized pragma.
- pragma-arguments
Pragma-specific arguments.
See Also
Reference
C# Preprocessor Directives
#pragma warning (C# Reference)
#pragma checksum (C# Reference)