CodeStatement::LinePragma Property
.NET Framework (current version)
Gets or sets the line on which the code statement occurs.
Assembly: System (in System.dll)
public: property CodeLinePragma^ LinePragma { CodeLinePragma^ get(); void set(CodeLinePragma^ value); }
Property Value
Type: System.CodeDom::CodeLinePragma^A CodeLinePragma object that indicates the context of the code statement.
This property indicates the location of the code statement.
.NET Framework
Available since 1.1
Available since 1.1
Show: