65.9K
CodeProject is changing. Read more.
Home

Implementing C# Generic Collections using ICollection<T>

starIconstarIconstarIconstarIcon
emptyStarIcon
starIcon

4.53/5 (21 votes)

Nov 8, 2007

CPOL

10 min read

viewsIcon

249361

downloadIcon

1863

An article explaining a way to implement a generic collection in C# using ICollection, with an example Business Logic Layer.