CodeGenerator.GenerateStatement(CodeStatement) Method

Definition

Generates code for the specified statement.

protected:
 void GenerateStatement(System::CodeDom::CodeStatement ^ e);
protected void GenerateStatement (System.CodeDom.CodeStatement e);
member this.GenerateStatement : System.CodeDom.CodeStatement -> unit
Protected Sub GenerateStatement (e As CodeStatement)

Parameters

e
CodeStatement

The statement to generate code for.

Exceptions

e is not a valid CodeStatement.

Applies to

See also