PrimitiveTypeAdapter.GetMethods Method

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

Definition

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

Returns

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