IAssembly.ExtensionMethods Property

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

Definition

Gets all the extension methods defined in the assembly.
IReadOnlyCollection<IMethod> ExtensionMethods { get; }

Property Value

IReadOnlyCollection<IMethod>
A read-only collection of IMethod instances representing the extension methods defined in the assembly.