RootNamespaceFindNamespace Method |
Find the
Namespace with the fully-specified name in the global namespace.
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public Namespace FindNamespace(
string namespaceFullName
)
Parameters
- namespaceFullName
- Type: SystemString
Return Value
Type:
NamespaceSee Also