CodeGenerator.GenerateStatements(CodeStatementCollection) Metodo

Definizione

Genera il codice per l'insieme di istruzioni specificato.

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)

Parametri

stmsstmts
CodeStatementCollection

Istruzioni per cui generare il codice.

Si applica a

Vedi anche