Modifier

CodeGenerator.GenerateStatements(CodeStatementCollection) Method

Definition

Generates code for the specified statement collection.

protected:
 void GenerateStatements(System::CodeDom::CodeStatementCollection ^ stms);
protected:
 void GenerateStatements(System::CodeDom::CodeStatementCollection ^ stmts);
protected void GenerateStatements (System.CodeDom.CodeStatementCollection stms);
protected void GenerateStatements (System.CodeDom.CodeStatementCollection stmts);
member this.GenerateStatements : System.CodeDom.CodeStatementCollection -> unit
member this.GenerateStatements : System.CodeDom.CodeStatementCollection -> unit
Protected Sub GenerateStatements (stms As CodeStatementCollection)
Protected Sub GenerateStatements (stmts As CodeStatementCollection)

Parameters

stmsstmts
CodeStatementCollection

The statements to generate code for.

Applies to

See also