Visual J# Preprocessing Directives 

The following preprocessing directives are available:

  • #line (Visual J#)
    Lets you modify the line numbers in the compiler output for errors and warnings.
  • #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