E
Eddie
Hi,
I've recently read the articles on generics in the .net
framework (the next version) and just wanted to check a
few points..
As I understand, generic class instances while being
strongly typed checked at compile time, are only created
at runtime?? Is this correct??
Secondly, can you inherit from a typed generic class??
i.e.
public class MySortedList:GenericSortedList<int32>
{
}
ANy feedback would be sweet..
thanks..
Eddie
I've recently read the articles on generics in the .net
framework (the next version) and just wanted to check a
few points..
As I understand, generic class instances while being
strongly typed checked at compile time, are only created
at runtime?? Is this correct??
Secondly, can you inherit from a typed generic class??
i.e.
public class MySortedList:GenericSortedList<int32>
{
}
ANy feedback would be sweet..
thanks..
Eddie