Jonas Nordin wrote: > > > > For example is I have: > > > class ITests { > > IList(ITest) a; > > }; > What exactly does this declaration mean? > Does it mean class ITest; class ITests { IList<ITest> a; }; ?