CodeTypeDeclaration Properties
.NET Framework 4.5
The CodeTypeDeclaration type exposes the following members.
| Name | Description | |
|---|---|---|
|
Attributes | Gets or sets the attributes of the member. (Inherited from CodeTypeMember.) |
|
BaseTypes | Gets the base types of the type. |
|
Comments | Gets the collection of comments for the type member. (Inherited from CodeTypeMember.) |
|
CustomAttributes | Gets or sets the custom attributes of the member. (Inherited from CodeTypeMember.) |
|
EndDirectives | Gets the end directives for the member. (Inherited from CodeTypeMember.) |
|
IsClass | Gets or sets a value indicating whether the type is a class or reference type. |
|
IsEnum | Gets or sets a value indicating whether the type is an enumeration. |
|
IsInterface | Gets or sets a value indicating whether the type is an interface. |
|
IsPartial | Gets or sets a value indicating whether the type declaration is complete or partial. |
|
IsStruct | Gets or sets a value indicating whether the type is a value type (struct). |
|
LinePragma | Gets or sets the line on which the type member statement occurs. (Inherited from CodeTypeMember.) |
|
Members | Gets the collection of class members for the represented type. |
|
Name | Gets or sets the name of the member. (Inherited from CodeTypeMember.) |
|
StartDirectives | Gets the start directives for the member. (Inherited from CodeTypeMember.) |
|
TypeAttributes | Gets or sets the attributes of the type. |
|
TypeParameters | Gets the type parameters for the type declaration. |
|
UserData | Gets the user-definable data for the current object. (Inherited from CodeObject.) |