log4net SDK Reference

SystemInfo.CreateCaseInsensitiveHashtable Method 

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

[Visual Basic]
Public Shared Function CreateCaseInsensitiveHashtable() As Hashtable
[C#]
public static Hashtable CreateCaseInsensitiveHashtable();

Return Value

A new case-insensitive instance of the Hashtable class with the default initial capacity

Remarks

The new Hashtable instance uses the default load factor, the CaseInsensitiveHashCodeProvider, and the CaseInsensitiveComparer.

See Also

SystemInfo Class | log4net.Util Namespace