Why this won't compile? Maybe FW5 can enable that...
static void Main(string[] args)
{
List<Foo> foos = new List<Goo>();
}
public class Foo
{
}
public class Goo : Foo
{
}
Stackover flow says my post is mostly code... But that was may question so I'm trying to pass the code text ratio validation.... Hope that is enough
Now it is saying I'm not describing the problem right.. Just read it again seems fine by me...