Windows apps
Collapse the table of content
Expand the table of content
Information
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

 

Creates a new instance of the Hashtable class that ignores the case of strings.

Namespace:   System.Collections.Specialized
Assembly:  System (in System.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticCreateCaseInsensitiveHashtable()

Creates a new case-insensitive instance of the Hashtable class with the default initial capacity.

System_CAPS_pubmethodSystem_CAPS_staticCreateCaseInsensitiveHashtable(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.

System_CAPS_pubmethodSystem_CAPS_staticCreateCaseInsensitiveHashtable(Int32)

Creates a new case-insensitive instance of the Hashtable class with the specified initial capacity.

Return to top
Show:
© 2017 Microsoft