I\'d like to add different types of objects derived from one class with generics into a List of base type. I get this compile error
Error 2 Argument 1: c
An article on co and contra-variance in generics:
http://msdn.microsoft.com/en-us/library/dd799517.aspx