Your talking about a contra/co- variance problem. The problem is that IList<Bob> isnt assignable to IList<Person> even though Bob is a type of person. They fixed this problem in .NET 4.
Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Your talking about a contra/co- variance problem. The problem is that IList<Bob> isnt assignable to IList<Person> even though Bob is a type of person. They fixed this problem in .NET 4.