The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
CollectionsUtil::CreateCaseInsensitiveHashtable Method
.NET Framework (current version)
Creates a new instance of the Hashtable class that ignores the case of strings.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | CreateCaseInsensitiveHashtable() | Creates a new case-insensitive instance of the Hashtable class with the default initial capacity. |
![]() ![]() | CreateCaseInsensitiveHashtable(IDictionary^) | 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. |
![]() ![]() | CreateCaseInsensitiveHashtable(Int32) | Creates a new case-insensitive instance of the Hashtable class with the specified initial capacity. |
Show:

