The properties of the CodeClassDelegate class are listed below. For a complete list of CodeClassDelegate class members, see the CodeClassDelegate Members topic.
Attributes (inherited from CodeClass) | Overloaded. [To be supplied.] |
BaseTypes (inherited from CodeClass) | Gets or sets the base types of the class. |
CustomAttributes (inherited from CodeClassMember) | The custom attributes of the member. |
IsClass (inherited from CodeClass) | Gets whether the class is a class. |
IsEnum (inherited from CodeClass) | Gets whether the class is an enum. |
IsInterface (inherited from CodeClass) | Gets whether the class is an interface. |
IsStruct (inherited from CodeClass) | Gets whether the class is a struct. |
LinePragma (inherited from CodeStatement) | The line the statement occurs on. |
Members (inherited from CodeClass) | Gets or sets the class member collection members. |
Name (inherited from CodeClassMember) | The name of the member. |
Parameters | The parameters of the delegate. |
ReturnType | Gets or sets the return type of the delegate. |