TypeModel.ExtensionMethods Property
- Namespace
- Kampute.DocToolkit.Models
- Assembly
- Kampute.DocToolkit.dll
Definition
Gets the extension methods associated with the type.
public IReadOnlyList<MethodModel> ExtensionMethods { get; }Property Value
- IReadOnlyList<MethodModel>
- A read-only collection of extension methods associated with the type.
