ReadOnlyPropertiesDictionary InnerHashtable Property Apache log4net™ SDK Documentation
The hashtable used to store the properties

Namespace: log4net.Util
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

protected Hashtable InnerHashtable { get; }

Property Value

Type: OnlineHashtable
The internal collection used to store the properties
Remarks

The hashtable used to store the properties

See Also