Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

CompositeProperties.Add�Method�

Add a Properties Dictionary to this composite collection

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

Parameters

properties
the properties to add

Remarks

Properties dictionaries added first take precedence over dictionaries added later.

See Also

CompositeProperties Class | log4net.Util Namespace