C# 4.0 The Complete Reference by Herbert Schildt

C# 4.0 The Complete Reference by Herbert Schildt

Author:Herbert Schildt
Language: eng
Format: epub, pdf
Publisher: McGraw-Hill Education
Published: 2010-11-15T00:00:00+00:00


The second is hidden. When stepping through a program, the hidden option allows a debugger to bypass lines between a

#line hidden

directive and the next #line directive that does not include the hidden option.

#region and #endregion

The #region and #endregion directives let you define a region that will be expanded or collapsed when using outlining in the Visual Studio IDE. The general form is shown here:

#region text

// code sequence

#endregion text

Here, text is an optional string.

#pragma



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.