String keyed object map.
Inheritance Hierarchy
log4net.UtilReadOnlyPropertiesDictionary
log4net.UtilPropertiesDictionary
Namespace: log4net.Util
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
Syntax
[SerializableAttribute] public sealed class PropertiesDictionary : ReadOnlyPropertiesDictionary, ISerializable, IDictionary, ICollection, IEnumerable
The PropertiesDictionary type exposes the following members.
Constructors
Name | Description | |
---|---|---|
PropertiesDictionary |
Constructor
| |
PropertiesDictionary(ReadOnlyPropertiesDictionary) |
Constructor
|
Properties
Name | Description | |
---|---|---|
Count |
The number of properties in this collection
(Inherited from ReadOnlyPropertiesDictionary.) | |
Item |
Gets or sets the value of the property with the specified key.
(Overrides ReadOnlyPropertiesDictionaryItemString.) |
Methods
Name | Description | |
---|---|---|
Clear |
Remove all properties from the properties collection
(Overrides ReadOnlyPropertiesDictionaryClear.) | |
Contains |
Test if the dictionary contains a specified key
(Inherited from ReadOnlyPropertiesDictionary.) | |
Equals | (Inherited from Object.) | |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetKeys |
Gets the key names.
(Inherited from ReadOnlyPropertiesDictionary.) | |
GetObjectData |
Serializes this object into the SerializationInfo provided.
(Inherited from ReadOnlyPropertiesDictionary.) | |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
Remove |
Remove the entry with the specified key from this dictionary
| |
ToString | (Inherited from Object.) |
Remarks
While this collection is serializable only member objects that are serializable will be serialized along with this collection.
See Also