Visual J# Preprocessing Directives
The following preprocessing directives are available:
- #endregion (Visual J#)
Marks the end of a #region block.
- #line (Visual J#)
Lets you modify the line numbers in the compiler output for errors and warnings.
- #pragma checksum (Visual J#)
Applies a checksum computation to insure that the assembly or .ASPX file has not changed.
- #region (Visual J#)
Lets you specify a block of code that you can expand or collapse when using the outlining feature of the Visual Studio Code Editor.
See Also
Reference
Syntax for Targeting the .NET Framework
Language Extensions to Support the .NET Framework