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
It would be nice to have an AddOrUpdate method on IViewModelWriter for cases when you don't know if the ViewModel will exist or not at the time of usage.
It would be nice to have an
AddOrUpdate
method onIViewModelWriter
for cases when you don't know if theViewModel
will exist or not at the time of usage.It could have a similar signature to https://msdn.microsoft.com/en-us/library/ee378665(v=vs.110).aspx.
The text was updated successfully, but these errors were encountered: