Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

CompositeProperties.Flatten�Method�

Flatten this composite collection into a single properties dictionary

[Visual�Basic]
Public�Function�Flatten()�As�PropertiesDictionary
[C#]
public�PropertiesDictionary�Flatten();

Return Value

the flattened dictionary

Remarks

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

See Also

CompositeProperties Class | log4net.Util Namespace