Mono Class Library: Overview

System.CodeDom.CodeNamespace: Members

The members of System.CodeDom.CodeNamespace are listed below.

See Also: Inherited members from System.CodeDom.CodeObject

Public Constructors

Creates an empty System.CodeDom.CodeNamespace object.
Creates a System.CodeDom.CodeNamespace object with the specified Namespace name.

Public Properties

[read-only]
CommentsCodeCommentStatementCollection. Collection of comments applicable to the Namespace.
[read-only]
ImportsCodeNamespaceImportCollection. Collection of imports applicable to the namespace
Namestring. Name of the Namespace to be generated.
[read-only]
TypesCodeTypeDeclarationCollection. Collection of CodeDom types that resides inside the namespace.

Public Events

PopulateCommentsDocumentation for this section has not yet been entered.
PopulateImportsDocumentation for this section has not yet been entered.
PopulateTypesDocumentation for this section has not yet been entered.