PropertyAdapter.GetSetterMethod Method

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

Definition

Retrieves the setter method of the property, if it exists.
protected virtual IMethod GetSetterMethod()

Returns

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