CodeGenerator::GenerateMethodReturnStatement Method (CodeMethodReturnStatement^)

 

Generates code for the specified method return statement.

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

protected:
virtual void GenerateMethodReturnStatement(
	CodeMethodReturnStatement^ e
) abstract

Parameters

e
Type: System.CodeDom::CodeMethodReturnStatement^

The statement to generate code for.

.NET Framework
Available since 1.1
Return to top
Show: