log4net SDK Documentation - Microsoft .NET Framework 4.0

ReadOnlyPropertiesDictionary Class

String keyed object map that is read only.

For a list of all members of this type, see ReadOnlyPropertiesDictionary Members.

System.Object
   log4net.Util.ReadOnlyPropertiesDictionary
      log4net.Util.PropertiesDictionary

[Visual Basic]
Public Class ReadOnlyPropertiesDictionary
    Implements ISerializable, IDictionary, ICollection, IEnumerable
[C#]
public class ReadOnlyPropertiesDictionary : ISerializable, IDictionary, ICollection, IEnumerable

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

This collection is readonly and cannot be modified.

While this collection is serializable only member objects that are serializable will be serialized along with this collection.

Requirements

Namespace: log4net.Util

Assembly: log4net (in log4net.dll)

See Also

ReadOnlyPropertiesDictionary Members | log4net.Util Namespace