Click or drag to resize

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
C#
public static bool IsExtensionMethod(
	Object methodObj
)

Parameters

methodObj
Type: SystemObject
The method object (a MethodDeclBase or MethodDefinition/MethodInfo).

Return Value

Type: Boolean
True if the method object is for an extension method, otherwise false.
See Also