// The Structure of the Container and the items public interface IContainer where TItem : IItem { } public class AContainer : IContainer
You can also consider Simulated Covariance for .NET Generics by Krzysztof Cwalina