log4net SDK Reference

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

This type is not safe for multithreaded operations.

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