LayerD CodeDOM and Zoe Compiler interface
renderBeginNamespace Method (namespaceName, namespaceDecl, context)
NamespacesLayerD.OutputModulesCSZOERenderModulerenderBeginNamespace(String, XplNamespace, ExtendedZOEProcessor..::.EZOEContext)

[This is preliminary documentation and is subject to change.]

Renders the begin namespace.
Declaration Syntax
C#Visual BasicVisual C++
protected override void renderBeginNamespace(
	string namespaceName,
	XplNamespace namespaceDecl,
	ExtendedZOEProcessor..::.EZOEContext context
)
Protected Overrides Sub renderBeginNamespace ( _
	namespaceName As String, _
	namespaceDecl As XplNamespace, _
	context As ExtendedZOEProcessor..::.EZOEContext _
)
protected:
virtual void renderBeginNamespace(
	String^ namespaceName, 
	XplNamespace^ namespaceDecl, 
	ExtendedZOEProcessor..::.EZOEContext context
) override
Parameters
namespaceName (String)
Name of the namespace.
namespaceDecl (XplNamespace)
The namespace decl.
context (ExtendedZOEProcessor..::.EZOEContext)
The context.

Assembly: lib_zoe_outmod_cs (Module: lib_zoe_outmod_cs) Version: 1.0.3410.22812 (1.0.0.0)