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
This uses reflection to look up the result property every time. It also uses CastTo.From to perform the conversion, which is no longer useful in modern .NET.
The text was updated successfully, but these errors were encountered:
This uses reflection to look up the result property every time. It also uses CastTo.From to perform the conversion, which is no longer useful in modern .NET.
The text was updated successfully, but these errors were encountered: