Implementing C# Generic Collections using ICollection<T>
Last Updated: 8 Nov 2007
Page Views: 46,413
Rating: 3.93/5
Votes: 17
Popularity: 4.83
Bookmark Count: 62
Licence: The Code Project Open License (CPOL)
An article explaining one way to implement a generic collection in C# using ICollection<T> with an example Business Logic Layer