CodeGenerator.GenerateNamespaces(CodeCompileUnit) Method

Definition

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)

Parameters

e
CodeCompileUnit

The compile unit to generate namespaces for.

Applies to

See also