G
Guest
How can I make the following code work on beta 2?
(I'm not sure but I think it worked on the beta1 version of VS2005)
Public Person: IPerson
{
....
}
....
List<IPerson> persons = (List<IPerson>)new List<Person>();
//Error: Cannot convert type...
(I'm not sure but I think it worked on the beta1 version of VS2005)
Public Person: IPerson
{
....
}
....
List<IPerson> persons = (List<IPerson>)new List<Person>();
//Error: Cannot convert type...