AssemblyAdapter.GetExtensionMethods Method

Namespace
Kampute.DocToolkit.Metadata.Adapters
Assembly
  • Kampute.DocToolkit.dll

Definition

Retrieves all extension methods defined in the assembly.
protected virtual IEnumerable<IMethod> GetExtensionMethods()

Returns

IEnumerable<IMethod>
An enumerable collection IMethod instances representing the extension methods found in the assembly.