I have get all the property by reflection using System.Reflection.PropertyInfo
Question: how can I verify if property is overridden?
(a bool can do ...)
I have get all the property by reflection using System.Reflection.PropertyInfo
Question: how can I verify if property is overridden?
(a bool can do ...)