Mono Class Library: Overview

System.CodeDom.CodeTypeDeclaration: Members

The members of System.CodeDom.CodeTypeDeclaration are listed below.

See Also: Inherited members from System.CodeDom.CodeTypeMember

Public Constructors

Documentation for this section has not yet been entered.
Creates a System.CodeDom.CodeTypeDeclaration with the specified name.

Public Properties

[read-only]
BaseTypesCodeTypeReferenceCollection. List of types from which this type is derived.
IsClassbool. Flag signifying whether the object is a Class.
IsEnumbool. Flag signifying whether the object is an Enumeration Enum.
IsInterfacebool. Flag signifying whether the object is an Interface.
IsPartialbool. Documentation for this section has not yet been entered.
IsStructbool. Flag signifying whether the object is an Structure (struct).
[read-only]
MembersCodeTypeMemberCollection. Documentation for this section has not yet been entered.
TypeAttributesSystem.Reflection.TypeAttributes. Documentation for this section has not yet been entered.
[read-only]
TypeParametersCodeTypeParameterCollection. Documentation for this section has not yet been entered.

Public Events

PopulateBaseTypesDocumentation for this section has not yet been entered.
PopulateMembersDocumentation for this section has not yet been entered.