CollectionsUtil.CreateCaseInsensitiveHashtable Method ()
.NET Framework (current version)
Creates a new case-insensitive instance of the Hashtable class with the default initial capacity.
Assembly: System (in System.dll)
Instead of using the CreateCaseInsensitiveHashtable method, use the Hashtable.Hashtable(IEqualityComparer) constructor to create a case-insensitive Hashtable class.
Universal Windows Platform
Available since 10
.NET Framework
Available since 1.1
Available since 10
.NET Framework
Available since 1.1
Show: