The properties of the CodeConstructor class are listed below. For a complete list of CodeConstructor class members, see the CodeConstructor Members topic.
Attributes (inherited from CodeClassMember) | The attributes of the member. |
BaseConstructorArgs | Gets or sets the base constructor arguments. |
ChainedConstructorArgs | Gets or sets the chained constructor arguments. |
CustomAttributes (inherited from CodeClassMember) | The custom attributes of the member. |
ImplementsType (inherited from CodeMemberMethod) | [To be supplied.] |
LinePragma (inherited from CodeStatement) | The line the statement occurs on. |
Name (inherited from CodeClassMember) | The name of the member. |
Parameters (inherited from CodeMemberMethod) | Gets or sets the parameter declarations for the method. |
ReturnType (inherited from CodeMemberMethod) | Gets or sets the return type of the method. |
Statements (inherited from CodeMemberMethod) | Gets or sets the statements within the method. |