CodeGenerator.GenerateMethodReturnStatement(CodeMethodReturnStatement) Method

Definition

Generates code for the specified method return statement.

protected:
 abstract void GenerateMethodReturnStatement(System::CodeDom::CodeMethodReturnStatement ^ e);
protected abstract void GenerateMethodReturnStatement (System.CodeDom.CodeMethodReturnStatement e);
abstract member GenerateMethodReturnStatement : System.CodeDom.CodeMethodReturnStatement -> unit
Protected MustOverride Sub GenerateMethodReturnStatement (e As CodeMethodReturnStatement)

Parameters

e
CodeMethodReturnStatement

The statement to generate code for.

Applies to

See also