IProperty.GetAccessors Method
- Namespace
- Kampute.DocToolkit.Metadata
- Assembly
- Kampute.DocToolkit.dll
Definition
Gets all accessor methods (get and set) of the property.
IEnumerable<IMethod> GetAccessors()Returns
- IEnumerable<IMethod>
- An enumerable of accessor methods.
