MethodInfoExtensions.IsExtensionMethod Method
Definition
Returns true
if the specified method is an extension method; false
otherwise.
public static bool IsExtensionMethod(this MethodInfo method);
Parameters
Name | Type | Description |
---|---|---|
method | The method. |
Returns
true
if the method
is an extension method; false
otherwise.
Last modified: 17 December 2024