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
classC:ViewModel{privatestring?p;publicstring?P{get=>p;/* INPC021 Setter should set backing field. ↓ */set=>SetP(value);}privatevoidSetP(string?value){Set(refp,value,nameof(P));}}
The motivation of using such a method is to give it a second parameter.
The text was updated successfully, but these errors were encountered:
The motivation of using such a method is to give it a second parameter.
The text was updated successfully, but these errors were encountered: