PropertiesDictionary ClassApache log4net™ SDK Documentation
String keyed object map.
Inheritance Hierarchy

OnlineSystem Object
  log4net.Util ReadOnlyPropertiesDictionary
    log4net.Util PropertiesDictionary

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

[SerializableAttribute]
public sealed class PropertiesDictionary : ReadOnlyPropertiesDictionary, 
	ISerializable, IDictionary, ICollection, IEnumerable
Remarks

While this collection is serializable only member objects that are serializable will be serialized along with this collection.

See Also