Mono Class Library: Overview

System.CodeDom.CodeNamespace: Property Members

The properties of System.CodeDom.CodeNamespace are listed below. For a list of all members, see the CodeNamespace Members list.

See Also: Inherited members from System.CodeDom.CodeObject

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.