SetProperty with backing field is missing an overload with callback #358
Answered
by
Sergio0694
michaldivis
asked this question in
Q&A
-
Hi, I'd like to be able to use this overload of bool SetProperty<T>(ref T field, T newValue, Action<T> callback, string? propertyName = null) but that overload doesn't exist. I want to keep using the overload of Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
Sergio0694
Aug 2, 2022
Replies: 1 comment 3 replies
-
Can you share more about your use case scenario, so we can recommend an alternative? 🙂 |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
michaldivis
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can you share more about your use case scenario, so we can recommend an alternative? 🙂
That overload is not present for performance reasons, yes, it's by design. What are you trying to do exactly?