Hits Today: 1 Total: 2504 | Updated: 2/28/2002 | |
 | Collection classes are used frequently in .NET. For example, classes like ArrayList, NamevalueCollection, HashTable are collection classes. One peculier thing of collection classes is that they can be used in foreach(...) loop in C#.
Author: Bipin Joshi Code: ASP.NET v1.0 & C# |
Hits Today: 2 Total: 2087 | Updated: 5/30/2002 | |
 | The CollectionBase class provides the implementations for the Clear method and the Count property, and it maintains a Protected property called List, which it uses for the internal storage and organization of the object instances. Author: Yogesh Patange Code: ASP.NET v1.0 & C# |
|  | |