CodeGenerator::GenerateStatements Method (CodeStatementCollection^)

 

Generates code for the specified statement collection.

Namespace:   System.CodeDom.Compiler
Assembly:  System (in System.dll)

protected:
void GenerateStatements(
	CodeStatementCollection^ stms
)

Parameters

stms
Type: System.CodeDom::CodeStatementCollection^

The statements to generate code for.

.NET Framework
Available since 1.1
Return to top
Show: