CodeGenerator::GenerateSnippetCompileUnit Method (CodeSnippetCompileUnit^)

 

Outputs the code of the specified literal code fragment compile unit.

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

protected:
virtual void GenerateSnippetCompileUnit(
	CodeSnippetCompileUnit^ e
)

Parameters

e
Type: System.CodeDom::CodeSnippetCompileUnit^

The literal code fragment compile unit to generate code for.

.NET Framework
Available since 1.1
Return to top
Show: