Elmish.WPF icon indicating copy to clipboard operation
Elmish.WPF copied to clipboard

Change typed refs in VmBindings to getset

Open marner2 opened this issue 2 years ago • 0 comments

This can be merged after #470 is merged (only the last commit is relevant to this PR)

Compare after #470

This PR is very similar to #459 in that we take a ref field and convert it to a getter and a setter that has a mutable backing value. This allows us to box/unbox it.

marner2 avatar Jun 06 '22 20:06 marner2