InterfaceTypeAdapter.GetMethods Method
- Namespace
- Kampute.DocToolkit.Metadata.Adapters
- Assembly
- Kampute.DocToolkit.dll
Definition
Gets the methods declared by the interface.
protected virtual IEnumerable<IMethod> GetMethods()Returns
- IEnumerable<IMethod>
- An enumerable collection of IMethod objects representing the methods declared by the interface.
