CompositeTypeAdapter.Methods Property

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

Definition

Gets all the public or protected methods declared, overridden, or implemented by the type.
public virtual 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.