TypeDeclGetMethodT Method (String, TypeRefBase) |
Get the method with the specified name and parameters, and of type T.
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public T GetMethod<T>(
string name,
params TypeRefBase[] parameterTypes
)
where T : MethodDeclBase
Parameters
- name
- Type: SystemString
- parameterTypes
- Type: Nova.CodeDOMTypeRefBase
Type Parameters
- T
Return Value
Type:
TSee Also