Mono Class Library: OverviewSystem.CodeDom.CodeNamespace: Members |
The members of System.CodeDom.CodeNamespace are listed below.
See Also: Inherited members from System.CodeDom.CodeObject
Creates an empty System.CodeDom.CodeNamespace object. Creates a System.CodeDom.CodeNamespace object with the specified Namespace name.
[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.
PopulateComments Documentation for this section has not yet been entered. PopulateImports Documentation for this section has not yet been entered. PopulateTypes Documentation for this section has not yet been entered.