M
Mark_google
I've tried using TypeDescriptor.GetProperties to get
PropertyDescriptors and I've tried <t>.GetProperties to get
PropertyInfo but I can't figure out how to determine for a given
property whether or not the property in question is inherited from an
ancestor or not.
For that matter, I can't determine the inheritance heirarchy either
(because that would be a workaround to see if my parent has the
property defined).
TIA,
PropertyDescriptors and I've tried <t>.GetProperties to get
PropertyInfo but I can't figure out how to determine for a given
property whether or not the property in question is inherited from an
ancestor or not.
For that matter, I can't determine the inheritance heirarchy either
(because that would be a workaround to see if my parent has the
property defined).
TIA,