79817515

Date: 2025-11-12 09:08:16
Score: 1
Natty:
Report link

Thank you for the tips! It helped me to figure out what can help in my case. I used this approach for the getter:

customObject.GetType().GetField(field.Name).GetValue(customObject);

and this is for the setter:

customObject.GetType().GetField(field.Name).SetValue(customObject, value);
Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: gearcoded