C#C
C#2y ago
Verdur

Interface implementing generic parameters

Hello, is there way to achieve something like this?
interface IFoo<T> : T { }

I want to specify that IFoo<T> should also implement T
Was this page helpful?