How to find all derived classes that are not abstract?

37 views Asked by At

I'd like to find a way to filter out abstract classes so that I don't have to manually sift through sometimes 20 classes to find the few that are instantiable, if any at all.

I have gone to the maui .net API docs and looked at the list of derived classes from no particular class, which I have to manual open each one in a new tab and look to see.

0

There are 0 answers