CompositeProperties ClassApache log4net™ SDK Documentation
This class aggregates several PropertiesDictionary collections together.
Inheritance Hierarchy

OnlineSystem Object
  log4net.Util CompositeProperties

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

public sealed class CompositeProperties
Remarks

Provides a dictionary style lookup over an ordered list of PropertiesDictionary collections.

See Also