CodeGenerator::GenerateSnippetExpression Method (CodeSnippetExpression^)

 

Outputs the code of the specified literal code fragment expression.

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

protected:
virtual void GenerateSnippetExpression(
	CodeSnippetExpression^ e
) abstract

Parameters

e
Type: System.CodeDom::CodeSnippetExpression^

The expression to generate code for.

.NET Framework
Available since 1.1
Return to top
Show: