ITypeDeclGetMethods Method (String, Boolean) |
Get all methods with the specified name.
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax List<MethodRef> GetMethods(
string name,
bool searchBaseClasses = true
)
Parameters
- name
- Type: SystemString
- searchBaseClasses (Optional)
- Type: SystemBoolean
Return Value
Type:
ListMethodRefSee Also