Gets or sets a value indicating whether line pragmas should be output in the compiled source code.

Namespace: CodeSmith.Engine
Assembly: 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: Boolean
true if line pragmas should be generated; otherwise, false.

See Also