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