Mono Class Library: Overview

System.CodeDom.CodeCompileUnit: Property Members

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

See Also: Inherited members from System.CodeDom.CodeObject

Public Properties

[read-only]
AssemblyCustomAttributesCodeAttributeDeclarationCollection. Documentation for this section has not yet been entered.
[read-only]
EndDirectivesCodeDirectiveCollection. Documentation for this section has not yet been entered.
[read-only]
NamespacesCodeNamespaceCollection. The Collection of Namespaces that are to be compiled in the Assembly created from this System.CodeDOM.CodeCompileUnit.
[read-only]
ReferencedAssembliesSystem.Collections.Specialized.StringCollection. The set of assemblies required in order to compile this System.CodeDOM.CodeCompileUnit.
[read-only]
StartDirectivesCodeDirectiveCollection. Documentation for this section has not yet been entered.