By jamesling
via digcode.com
Published: Jun 30 2008 / 09:00
CollectionBase in an abastract class that provides the basic functionality for the collections, this article demonstrates you how to use CollectionBase abstract calss to create our own strongly typed collection. As a rule of thumb, this base class is provided to make it easier for implementers to create a strongly typed custom collection, and you are encouraged to extend this base class instead of creating their own.



Add your comment