指定したステートメント コレクションのコードを生成します。
Protected Sub GenerateStatements( _
ByVal stms As CodeStatementCollection _)
[C#]
protected void GenerateStatements(CodeStatementCollectionstms);
[C++]
protected: void GenerateStatements(CodeStatementCollection* stms);
[JScript]
protected function GenerateStatements(
stms : CodeStatementCollection);
パラメータ
- stms
コード生成の対象となる複数のステートメントを示す CodeStatementCollection 。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
CodeGenerator クラス | CodeGenerator メンバ | System.CodeDom.Compiler 名前空間 | CodeStatementCollection