Mono Class Library: OverviewSystem.CodeDom.CodeTypeDeclaration: Members |
The members of System.CodeDom.CodeTypeDeclaration are listed below.
See Also: Inherited members from System.CodeDom.CodeTypeMember
Documentation for this section has not yet been entered. Creates a System.CodeDom.CodeTypeDeclaration with the specified name.
[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.
PopulateBaseTypes Documentation for this section has not yet been entered. PopulateMembers Documentation for this section has not yet been entered.