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

methodInfo MethodInfo
The method to check.

Returns

bool
true if the method is a potential extension method; otherwise, false.