PropertyAdapter.AnyAccessor Property

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

Definition

Gets either the getter or setter method of the property, whichever is available.
protected IMethod AnyAccessor { get; }

Property Value

IMethod
The getter method if it exists; otherwise, the setter method.