Click or drag to resize

Namespace Fields

The Namespace type exposes the following members.

Fields
  NameDescription
Protected field_annotations
Any Annotations (Comments, DocComments, Attributes, or Messages) associated with the CodeObject (null if none).
(Inherited from CodeObject.)
Protected field_children
A dictionary of child namespaces and types (Namespaces, TypeDecls, and TypeDefinitions/Types) by name.
Protected field_columnNumber
The starting column number associated with the CodeObject if parsed from or written to text form.
(Inherited from CodeObject.)
Protected field_extensionMethodCache
A cache of all extension methods that have been looked up within all classes in the Namespace.
Protected field_formatFlags
Formatting flags - for line feeds, braces, etc.
(Inherited from CodeObject.)
Protected field_fullName
The full name of the Namespace (including any parent Namespaces).
Protected field_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).
Protected field_lineNumber
The starting line number associated with the CodeObject if parsed from or written to text form.
(Inherited from CodeObject.)
Protected field_name
The name of the Namespace (does not include any parent Namespaces).
Protected field_parent
The parent CodeObject.
(Inherited from CodeObject.)
Top
See Also