메소드 | 설명 | |
---|---|---|
Add ( log4net.Util.ReadOnlyPropertiesDictionary properties ) : void |
Add a Properties Dictionary to this composite collection Properties dictionaries added first take precedence over dictionaries added later. |
|
Flatten ( ) : log4net.Util.PropertiesDictionary |
Flatten this composite collection into a single properties dictionary Reduces the collection of ordered dictionaries to a single dictionary containing the resultant values for the keys. |
|
this ( string key ) : object |
Gets the value of a property Looks up the value for the key specified. The PropertiesDictionary collections are searched in the order in which they were added to this collection. The value returned is the value held by the first collection that contains the specified key. If none of the collections contain the specified key then |
메소드 | 설명 | |
---|---|---|
CompositeProperties ( ) : System |
Constructor Initializes a new instance of the CompositeProperties class. |
public Add ( log4net.Util.ReadOnlyPropertiesDictionary properties ) : void | ||
properties | log4net.Util.ReadOnlyPropertiesDictionary | the properties to add |
리턴 | void |
public Flatten ( ) : log4net.Util.PropertiesDictionary | ||
리턴 | log4net.Util.PropertiesDictionary |