CodeGenerator.GenerateStatements(CodeStatementCollection) Metodo

Definizione

Genera il codice per la raccolta di istruzioni specificata.

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)

Parametri

stms
CodeStatementCollection

Istruzioni per cui generare codice.

Si applica a

Vedi anche