LayerD CodeDOM and Zoe Compiler interface
XplNamespace Constructor (n_name, n_external, n_donotrender, n_Children)
NamespacesLayerD.CodeDOMXplNamespaceXplNamespace(String, Boolean, Boolean, XplNodeList)

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

Initializes a new instance of the XplNamespace class.
Declaration Syntax
C#Visual BasicVisual C++
public XplNamespace(
	string n_name,
	bool n_external,
	bool n_donotrender,
	XplNodeList n_Children
)
Public Sub New ( _
	n_name As String, _
	n_external As Boolean, _
	n_donotrender As Boolean, _
	n_Children As XplNodeList _
)
public:
XplNamespace(
	String^ n_name, 
	bool n_external, 
	bool n_donotrender, 
	XplNodeList^ n_Children
)
Parameters
n_name (String)

[Missing <param> documentation for "n_name"]

n_external (Boolean)

[Missing <param> documentation for "n_external"]

n_donotrender (Boolean)

[Missing <param> documentation for "n_donotrender"]

n_Children (XplNodeList)

[Missing <param> documentation for "n_Children"]

Assembly: lib_layerd_xpl_codedom_net (Module: lib_layerd_xpl_codedom_net) Version: 1.0.3410.22810 (1.0.0.0)