INamespace Properties |
The INamespace type exposes the following members.
Name | Description | |
---|---|---|
Category |
The descriptive category of the CodeObject.
(Inherited from INamedCodeObject.) | |
Children |
The dictionary of child types and namespaces in the Namespace.
| |
FullName |
The full name of the Namespace, including any parent namespaces.
| |
HasDeclarationsInProject |
True if this Namespace has NamespaceDecl declarations in the current project, otherwise
false (meaning items in the namespace exist only in imported assemblies and projects).
| |
IsGlobal |
Determines if this Namespace is the project-global namespace.
| |
IsRootLevel |
Determines if this Namespace is root-level (global or extern alias).
| |
Name |
The name of the CodeObject.
(Inherited from INamedCodeObject.) | |
Parent |
The parent CodeObject.
|