March 2002
Intermediate to advanced
864 pages
31h 8m
English
CollectionsUtil
This class defines static methods to create special collections in which keys
are sorted without respect to case. CreateCaseInsensitiveHashtable() creates a Hashtable, and CreateCaseInsensitiveSortedList() creates a System.Collections.SortedList.
public class CollectionsUtil { // Public Constructors public method CollectionsUtil(); // Public Static Methods public static method Hashtable CreateCaseInsensitiveHashtable(); public static method Hashtable CreateCaseInsensitiveHashtable( System.Collections.IDictionary d); public static method Hashtable CreateCaseInsensitiveHashtable(int capacity); public static method SortedList CreateCaseInsensitiveSortedList(); }