35 if (assemblies ==
null)
49 if (attributes ==
null)
63 if (startDirectives ==
null)
67 return startDirectives;
77 if (endDirectives ==
null)
Represents a collection of T:System.CodeDom.CodeDirective objects.
CodeNamespaceCollection Namespaces
Gets the collection of namespaces.
CodeAttributeDeclarationCollection AssemblyCustomAttributes
Gets a collection of custom attributes for the generated assembly.
Represents a collection of strings.
CodeDirectiveCollection EndDirectives
Gets a T:System.CodeDom.CodeDirectiveCollection object containing end directives.
StringCollection ReferencedAssemblies
Gets the referenced assemblies.
CodeDirectiveCollection StartDirectives
Gets a T:System.CodeDom.CodeDirectiveCollection object containing start directives.
Provides a container for a CodeDOM program graph.
Represents a collection of T:System.CodeDom.CodeNamespace objects.
Specifies that the class can be serialized.
Represents a collection of T:System.CodeDom.CodeAttributeDeclaration objects.
ClassInterfaceType
Identifies the type of class interface that is generated for a class.
Provides a common base class for most Code Document Object Model (CodeDOM) objects.