class Foo { }
class Foo1 : Foo { }
class Foo2 : Foo { }
How would I be able to get all the classes that use Foo as a base class? The inherited classes aren't necessary in the same assembly.
|
1
|
How would I be able to get all the classes that use Foo as a base class? The inherited classes aren't necessary in the same assembly.
|
||||
|
|
|
This is not fast, but as long as
|
||
|