- Notifications
You must be signed in to change notification settings - Fork825
Closed
Labels
Milestone
Description
Is your feature request related to a problem? Please describe.
Consider these three properties:
typeC()=member__.GetOnly=3member__.GetSetwith get()=()andset()=()member__.SetOnlywith set()=()letc= C()c.
Describe the solution you'd like
Whether a given property is get-only, get-set, or set-only should be clearly be differentiated. e.g. showingwith get
,with get, set
andwith set
after the current signature.
Describe alternatives you've considered
Doing nothing. An assignment will need to be tried, which is disturbing and annoying.
Additional context
No