Gets or sets a value indicating whether line pragmas should be output in the compiled source code.
Namespace: CodeSmith.EngineAssembly: CodeSmith.Engine (in CodeSmith.Engine.dll) Version: 6.0.0.0 (7.0.0.15127)
Syntax
| C# |
|---|
public bool LinePragmas { get; set; } |
| Visual Basic |
|---|
Public Property LinePragmas As Boolean Get Set |
Property Value
Type: Booleantrue if line pragmas should be generated; otherwise, false.