Method IsExtensionMethod
- Namespace
 - Alternet.Syntax.CodeCompletion
 
- Assembly
 - Alternet.Syntax.Parsers.Advanced.v10.dll
 
IsExtensionMethod(MethodInfo)
Determines if given method is an extension method.
public static bool IsExtensionMethod(MethodInfo method)
Parameters
methodMethodInfoSpecifies method info.
Returns
- bool
 True if given method is an extension method; otherwise false.