CodeGenerator::GenerateSnippetStatement Method (CodeSnippetStatement^)

 

Outputs the code of the specified literal code fragment statement.

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

protected:
virtual void GenerateSnippetStatement(
	CodeSnippetStatement^ e
)

Parameters

e
Type: System.CodeDom::CodeSnippetStatement^

The statement to generate code for.

.NET Framework
Available since 1.1
Return to top
Show: