CompositePropertiesFlatten Method Apache log4net™ SDK Documentation
Flatten this composite collection into a single properties dictionary

Namespace: log4net.Util
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax

public PropertiesDictionary Flatten()

Return Value

Type: PropertiesDictionary
the flattened dictionary
Remarks

Reduces the collection of ordered dictionaries to a single dictionary containing the resultant values for the keys.

See Also

Reference