❔ Check What Generic Type a Class Implements
Hi, I'm trying to find if a class implements
For example, to find Foo in this class implementing ISomething<T>
Is it possible?
Thanks in advance
ISomething<T> and what T isFor example, to find Foo in this class implementing ISomething<T>
Is it possible?
Thanks in advance