building generic property selector / setter in C# if you only know the type at runtime
I’m working with API that want expressions as parameters to identitfy/modify properties on an object. This works fine if I know the type at compile Time. E.g. the APi requires an Expression<Func<T, object>>