指定したステートメントのコードを生成します。
Protected Sub GenerateStatement( _
ByVal e As CodeStatement _)
[C#]
protected void GenerateStatement(CodeStatemente);
[C++]
protected: void GenerateStatement(CodeStatement* e);
[JScript]
protected function GenerateStatement(
e : CodeStatement);
パラメータ
- e
コード生成の対象となるステートメントを示す CodeStatement 。
必要条件
プラットフォーム: 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 名前空間 | CodeStatement