RootNamespace Fields |
The RootNamespace type exposes the following members.
Name | Description | |
---|---|---|
_annotations |
Any Annotations (Comments, DocComments, Attributes,
or Messages) associated with the CodeObject (null if none).
(Inherited from CodeObject.) | |
_children |
A dictionary of child namespaces and types (Namespaces, TypeDecls,
and TypeDefinitions/Types) by name.
(Inherited from Namespace.) | |
_columnNumber |
The starting column number associated with the CodeObject if parsed from or written to text form.
(Inherited from CodeObject.) | |
_extensionMethodCache |
A cache of all extension methods that have been looked up within all classes in the Namespace.
(Inherited from Namespace.) | |
_formatFlags |
Formatting flags - for line feeds, braces, etc.
(Inherited from CodeObject.) | |
_fullName |
The full name of the Namespace (including any parent Namespaces).
(Inherited from Namespace.) | |
_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).
(Inherited from Namespace.) | |
_lineNumber |
The starting line number associated with the CodeObject if parsed from or written to text form.
(Inherited from CodeObject.) | |
_name |
The name of the Namespace (does not include any parent Namespaces).
(Inherited from Namespace.) | |
_namespaces |
All loaded namespaces under the root namespace, indexed by full name (the contents of namespaces
may vary depending upon referenced assemblies, so each project must maintain its own namespaces).
| |
_parent |
The parent CodeObject.
(Inherited from CodeObject.) |