Replies: 1 comment 2 replies
-
There isn't (yet?) something similar in meta, I'm sorry. I've never had the need to find all derived classes actually. What's the use case? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello there!
By some reasons I want to collect all derived class of a specific base class. At this moment, I found only such solution but tbh I don't like it:
Is there a way do it more properly avoiding iterating over ALL registered classes?
for example, RTTR allows to do it like this:
Beta Was this translation helpful? Give feedback.
All reactions