C#C
C#11mo ago
error ♡

Generics, Constraints and a simple question

I made an Interface IParent,
and a bunch of classes Param<T> where T : IParent, but I'm not able to put List<Param<IParent>> like a generic list and add in it 😦
Was this page helpful?