I am trying to find the right way to use a Generic List of Generic Interfaces as a variable.
Here is an example. It is probably not the best, but hopefully you will get
You say it won't work because you don't define T. So define it:
T
public class Holder { public List> Primitives {get;set;} }