Creates a new case-insensitive instance of the  Hashtable class with the default initial capacity.
Hashtable class with the default initial capacity. 
            
Namespace: log4net.Util Hashtable class with the default initial capacity.
Hashtable class with the default initial capacity. 
            Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Return Value
Type: Hashtable
HashtableA new case-insensitive instance of the
 Hashtable class with the default initial capacity
Hashtable class with the default initial capacityRemarks
The new Hashtable instance uses the default load factor, the CaseInsensitiveHashCodeProvider, and the CaseInsensitiveComparer.
See Also