ObjectModel.Collection(Of t)
Can someone explain when to use ObjectModel.Collection(Of t) as a base class over CollectionBase?
I have been working with ObjectModel.Collection(Of t) as my base class, and everything seem to work just fine. The only snag that I have ran into so far is how to implement a Sort method for thederivedclass.
Thank you, Isaiah D. Williams
vbCity Leader, http://www.vbCity.com
Microsoft VB MVP

