ExtensionReflectionRepository.IsPotentialExtensionMethod Method
- Namespace
- Kampute.DocToolkit.Metadata.Adapters
- Assembly
- Kampute.DocToolkit.dll
Definition
Determines whether the specified method is a potential extension method.
protected static bool IsPotentialExtensionMethod(MethodInfo methodInfo)Parameters
methodInfoMethodInfo- The method to check.
