CodeGenerator.GenerateStatements(CodeStatementCollection) Methode

Definitie

Hiermee genereert u code voor de opgegeven instructieverzameling.

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)

Parameters

Van toepassing op

Zie ook