CodeStatement::LinePragma Property

 

Gets or sets the line on which the code statement occurs.

Namespace:   System.CodeDom
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
Return to top
Show: