log4net SDK Reference

CompositeProperties.Add Method 

Add a Properties Dictionary to this composite collection

[Visual Basic]
Public Sub Add( _
   ByVal properties As ReadOnlyPropertiesDictionary _
)
[C#]
public void Add(
   ReadOnlyPropertiesDictionary properties
);

Parameters

properties
the properties to add

Remarks

Properties dictionaries added first take precedence over dictionaries added later.

See Also

CompositeProperties Class | log4net.Util Namespace