CodeGenerator::GenerateLinePragmaEnd Method (CodeLinePragma^)

 

Generates code for the specified line pragma end.

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

protected:
virtual void GenerateLinePragmaEnd(
	CodeLinePragma^ e
) abstract

Parameters

e
Type: System.CodeDom::CodeLinePragma^

The end of the line pragma to generate code for.

.NET Framework
Available since 1.1
Return to top
Show: