This class aggregates several PropertiesDictionary collections together.
Inheritance Hierarchy
log4net.UtilCompositeProperties
Namespace: log4net.Util
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax
The CompositeProperties type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Item |
Gets the value of a property
|
Methods
Name | Description | |
---|---|---|
![]() | Add |
Add a Properties Dictionary to this composite collection
|
![]() | Equals | (Inherited from Object.) |
![]() | Flatten |
Flatten this composite collection into a single properties dictionary
|
![]() | GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() | GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Remarks
Provides a dictionary style lookup over an ordered list of PropertiesDictionary collections.
See Also