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
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