PropertyAdapter.GetGetterMethod Method

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

Definition

Retrieves the getter method of the property, if it exists.
protected virtual IMethod GetGetterMethod()

Returns

IMethod
An IMethod representing the getter method, or null if the property does not have a getter.