CodeGenerator::GenerateLinePragmaStart Method (CodeLinePragma^)

 

Generates code for the specified line pragma start.

Namespace:   System.CodeDom.Compiler
Assembly:  System (in System.dll)

protected:
virtual void GenerateLinePragmaStart(
	CodeLinePragma^ e
) abstract

Parameters

e
Type: System.CodeDom::CodeLinePragma^

The start of the line pragma to generate code for.

.NET Framework
Available since 1.1
Return to top
Show: