IWithMethods.Methods Property
- Namespace
- Kampute.DocToolkit.Metadata.Capabilities
- Assembly
- Kampute.DocToolkit.dll
Definition
Gets all the public or protected methods declared, overridden, or implemented by the type.
IReadOnlyList<IMethod> Methods { get; }Property Value
- IReadOnlyList<IMethod>
- A read-only list of IMethod instances representing the methods of the type. The methods in the list are ordered by name and then by the number of type parameters.
