0

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 ...)

marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
Elegiac
  • 361
  • 2
  • 15
  • please show what you've currently tried – DevEstacion Jan 31 '15 at 04:11
  • possible duplicate of [Detect if a method was overridden using Reflection (C#)](http://stackoverflow.com/questions/2932421/detect-if-a-method-was-overridden-using-reflection-c) – David L Jan 31 '15 at 04:11
  • 1
    Another duplicate http://stackoverflow.com/questions/4505232/how-do-i-determine-if-a-property-was-overriden – David L Jan 31 '15 at 04:12
  • @DavidL, Question1 1 requires "class" to get type and that was for method, im looking for "property"... Question2 wanted all: Public properties, that are "not" overridden – Elegiac Jan 31 '15 at 04:18

0 Answers0