NamespaceFindExtensionMethod Method |
Find all extension method objects with the given name on the specified type object.
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public static Object FindExtensionMethod(
Object type,
string name
)
Parameters
- type
- Type: SystemObject
- name
- Type: SystemString
Return Value
Type:
ObjectSee Also