CompositeProperties Add Method Apache log4net™ SDK Documentation
Add a Properties Dictionary to this composite collection

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

public void Add(
	ReadOnlyPropertiesDictionary properties
)
Remarks

Properties dictionaries added first take precedence over dictionaries added later.

See Also