When I do myObj.GetType().GetFields() I don't see fields from base classes. Is there a way to do this with BindingFlags or another way?
I guess I could do some kind of recursive myObj.GetType().BaseType and get the fields that way but thought there might be an easier way.
Regards
Pete
I guess I could do some kind of recursive myObj.GetType().BaseType and get the fields that way but thought there might be an easier way.
Regards
Pete