C#C
C#4y ago
kunio_kun

❔ Check What Generic Type a Class Implements

Hi, I'm trying to find if a class implements ISomething<T> and what T is

For example, to find Foo in this class implementing ISomething<T>
public class Something: ISomething<Foo>


Is it possible?

Thanks in advance
Was this page helpful?