Namespace Fields |
The Namespace 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.
|
![]() | _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.
|
![]() | _formatFlags |
Formatting flags - for line feeds, braces, etc.
(Inherited from CodeObject.) |
![]() | _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).
|
![]() | _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).
|
![]() | _parent |
The parent CodeObject.
(Inherited from CodeObject.) |