CodeGenerator.GenerateNamespaces(CodeCompileUnit) 方法

定义

为指定编译单元中的命名空间生成代码。

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

参数

e
CodeCompileUnit

要为其生成命名空间的编译单元。

适用于

另请参阅