ITypeDeclGetMethod Method |
Get the method with the specified name and parameter types.
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax MethodRef GetMethod(
string name,
params TypeRefBase[] parameterTypes
)
Parameters
- name
- Type: SystemString
- parameterTypes
- Type: Nova.CodeDOMTypeRefBase
Return Value
Type:
MethodRefSee Also