Udostępnij za pośrednictwem


CodeGenerator.GenerateStatement(CodeStatement) Metoda

Definicja

Generuje kod dla określonej instrukcji.

protected:
 void GenerateStatement(System::CodeDom::CodeStatement ^ e);
protected void GenerateStatement (System.CodeDom.CodeStatement e);
member this.GenerateStatement : System.CodeDom.CodeStatement -> unit
Protected Sub GenerateStatement (e As CodeStatement)

Parametry

e
CodeStatement

Instrukcja do generowania kodu dla.

Wyjątki

e element nie jest prawidłowym CodeStatementelementem .

Dotyczy

Zobacz też