Mono Class Library: OverviewSystem.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
[read-only] Comments CodeCommentStatementCollection. Collection of comments applicable to the Namespace. [read-only] Imports CodeNamespaceImportCollection. Collection of imports applicable to the namespace Name string. Name of the Namespace to be generated. [read-only] Types CodeTypeDeclarationCollection. Collection of CodeDom types that resides inside the namespace.