CodeGenerator.GenerateNamespaces(CodeCompileUnit) 方法
定义
为指定编译单元中的命名空间生成代码。Generates code for the namespaces in the specified compile unit.
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)
参数
要为其生成命名空间的编译单元。The compile unit to generate namespaces for.