ReadOnlyCollectionBase, Collection, DictionaryBase in VB2005 ?

  • Thread starter Thread starter Radu
  • Start date Start date
R

Radu

Hi,

I have VS.NET 2002 and I'm reading about ReadOnlyCollectionBase, Collection,
and DictionaryBase. In the following reference regarding VB2005, I can't
find them:

http://www.dotnet2themax.com/dotnet...aspx?asm=System&ns=System.Collections.Generic
http://www.dotnet2themax.com/dotnet...?asm=System&ns=System.Collections.Specialized

1. Have they been dropped ?

2. Anyway, what could be their use now that (if I understand correctly) VB
supports generics ? I understand that the only purpose of those classes was
to create custom-made, strongly-typed collections, which isn't necessary
anymore with generics, correct ?

Thank you,
Alex
 
Sorry, I found them, but question 2 still remains:
2. Anyway, what could be their use now that (if I understand correctly) VB
supports generics ? I understand that the only purpose of those classes
was to create custom-made, strongly-typed collections, which isn't
necessary anymore with generics, correct ?

Thanks, Alex.
 
Back
Top