CodeGenerator.GenerateStatements(CodeStatementCollection) 方法

定義

為指定的語句集合產生程式碼。

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)

參數

stms
CodeStatementCollection

要產生程式碼的語句。

適用於

另請參閱