Mono Class Library: OverviewSystem.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
[read-only] BaseTypes CodeTypeReferenceCollection. List of types from which this type is derived. IsClass bool. Flag signifying whether the object is a Class. IsEnum bool. Flag signifying whether the object is an Enumeration Enum. IsInterface bool. Flag signifying whether the object is an Interface. IsPartial bool. Documentation for this section has not yet been entered. IsStruct bool. Flag signifying whether the object is an Structure (struct). [read-only] Members CodeTypeMemberCollection. Documentation for this section has not yet been entered. TypeAttributes System.Reflection.TypeAttributes. Documentation for this section has not yet been entered. [read-only] TypeParameters CodeTypeParameterCollection. Documentation for this section has not yet been entered.