Method GetMethodInfo
| Improve this Doc View SourceGetMethodInfo(Type[], Type)
Gets the method info.
Declaration
protected MethodInfo GetMethodInfo(Type[] paramTypes, Type returnType)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Type[] | paramTypes | Type of parameters of the method. |
| System.Type | returnType | Type of return type of the method. |
Returns
| Type | Description |
|---|---|
| System.Reflection.MethodInfo | The method info. |