Mono Class Library: Overview

System.CodeDom.CodeTypeDeclaration: Property Members

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

See Also: Inherited members from System.CodeDom.CodeTypeMember

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.