You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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. showing with get, with get, set and with 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
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Consider these three properties:
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. showing
with 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
The text was updated successfully, but these errors were encountered: