log4net SDK Reference

ReadOnlyPropertiesDictionary Constructor (ReadOnlyPropertiesDictionary)

Copy Constructor

[Visual Basic]
Overloads Public Sub New( _
   ByVal propertiesDictionary As ReadOnlyPropertiesDictionary _
)
[C#]
public ReadOnlyPropertiesDictionary(
   ReadOnlyPropertiesDictionary propertiesDictionary
);

Parameters

propertiesDictionary
properties to copy

Remarks

Initializes a new instance of the ReadOnlyPropertiesDictionary class.

See Also

ReadOnlyPropertiesDictionary Class | log4net.Util Namespace | ReadOnlyPropertiesDictionary Constructor Overload List