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 stms);
member this.GenerateStatements : System.CodeDom.CodeStatementCollection -> unit
Protected Sub GenerateStatements (stms As CodeStatementCollection)

Parameters

stms
CodeStatementCollection

The statements to generate code for.

Applies to

See also