MethodRefIsExtensionMethod Method |
Determine if a method object is an extension method.
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public static bool IsExtensionMethod(
Object methodObj
)
Parameters
- methodObj
- Type: SystemObject
The method object (a MethodDeclBase or MethodDefinition/MethodInfo).
Return Value
Type:
BooleanTrue if the method object is for an extension method, otherwise false.
See Also