CodeGenerator.GenerateStatements(CodeStatementCollection) Metod

Definition

Genererar kod för den angivna instruktionssamlingen.

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

Parametrar

Gäller för

Se även