CodeGenerator.GenerateMethodReturnStatement(CodeMethodReturnStatement) Metodo

Definizione

Genera il codice per l'istruzione return specificata relativa a un metodo.

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)

Parametri

e
CodeMethodReturnStatement

Istruzione per cui generare il codice.

Si applica a

Vedi anche