Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

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