CompositeTypeAdapter.GetMethods Method

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

Definition

Retrieves the visible methods declared by the type.
protected virtual IEnumerable<IMethod> GetMethods()

Returns

IEnumerable<IMethod>
An enumeration of IMethod objects representing the methods declared by the type.