#pragma (C# Reference)
Visual Studio 2005
#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.
Reference
C# Preprocessor Directives#pragma warning (C# Reference)
#pragma checksum (C# Reference)