SystemInfoCreateCaseInsensitiveHashtable Method Apache log4net™ SDK Documentation
Creates a new case-insensitive instance of the Hashtable class with the default initial capacity.

Namespace: log4net.Util
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax

public static Hashtable CreateCaseInsensitiveHashtable()

Return Value

Type: Hashtable
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

Reference