Tagged Questions
2
votes
2answers
255 views
When using reflection to get at properties, How can I limit my search to just the subclass I'm interested in?
After successfully getting a list of specific types out of an assembly using reflection, I now want to get at the public properties of each of those.
Each of these types derives from at least one ...