Click or drag to resize

NamespaceFindOrCreateChildNamespace Method

Find or create a child Namespace, including any missing parent namespaces.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public virtual Namespace FindOrCreateChildNamespace(
	string namespaceName
)

Parameters

namespaceName
Type: SystemString

Return Value

Type: Namespace

Implements

INamespaceFindOrCreateChildNamespace(String)
See Also