Csharp/CSharp Tutorial/Preprocessing Directives/line — различия между версиями

Материал из .Net Framework эксперт
Перейти к: навигация, поиск
м (1 версия)
 
м (1 версия)
 
(нет различий)

Текущая версия на 12:17, 26 мая 2010

line default

  1. The #line directive sets the line number and filename.
  2. #line is primarily used for debugging and special applications.
  3. The number and the name are used when outputing errors or warnings.

The general form for #line is


#line number "filename"