The methods of the ICodeMethod interface are listed below. For a complete list of ICodeMethod interface members, see the ICodeMethod Members topic.
GetParameters | Gets the collection of parameters for the method. |
GetReturnType | Gets the return type of the method. |
GetStatements | Gets the statements inside of the method. The CodeSense APIs only support parsing and generating a small number of statements and expressions. The only supported statements are:
Each statment can have various expressions, the documentation for ICodeSourceFile details the various expressions. |
ICodeMethod Interface | System.ComponentModel.Design.CodeModel Namespace