[Feature] Add ability to specify the access modifier of the property getter and setter. #416
Labels
duplicate 👥
Indicates that an identical issue or PR already exists
feature request 📬
A request for new changes to improve functionality
mvvm-toolkit 🧰
Issues/PRs for the MVVM Toolkit
Overview
I cannot use the source code generator to generate the property getter or setter access modifier. I have to do it by implementing the property manually and calling the generated SetProperty.
API breakdown
An additional parameter for the ObservablePropertyAttribute to specify the access modifier of the property getter and setter.
Usage example
Will generate
Breaking change?
No
Alternatives
I manually implement the property
Additional context
No response
Help us help you
Yes, but only if others can assist
The text was updated successfully, but these errors were encountered: