Can't seem to figure out how to generate a source file that correctly inherits from generic list ie: Public class MyClassCollection : List<MyClass> {}. I've imported an example source file, identified where the collection class is bound to the List<> class (Properties->Templates->Bindings) and applied the same approach to a new class in EA, then generated the source - the generated source doesn't have the inheritance qualifier ( : List<MyClass>). I've searched forum topics without finding any posts on this topic. It may be worth noting however that when generating source from the imported example then regenerating source from it results in the desired outcome. Any Ideas? I assume I'm missing something simple yes?