CollectionsUtil
Creates collections that ignore the case in strings.
public CollectionsUtil()
Initializes a new instance of the CollectionsUtil class.
Creates a new case-insensitive instance of the Hashtable class with the default initial capacity.
Creates a new case-insensitive instance of the Hashtable class with the specified initial capacity.
Copies the entries from the specified dictionary to a new case-insensitive instance of the Hashtable class with the same initial capacity as the number of entries copied.
Creates a new instance of the SortedList class that ignores the case of strings.