Article: ![]() |
Implementing Custom Data Bindable Classes: IList | |
Subject: | Implementing your own IList from scratch is a bad idea | |
Date: | 2003-09-10 04:53:39 | |
From: | anonymous2 | |
I hoped that .NET brought us the end of DIY list, maps and collections. It's almost never worthwhile to do so. Instead, use an ArrayList, or - if you need to have a type-safe list - try extending System.Collections.CollectionBase. |
1 to 1 of 1
-
Implementing your own IList from scratch is a bad idea
2003-09-10 11:10:59 jamesstill [View]
1 to 1 of 1