log4net SDK Reference

PropertiesDictionary Members

PropertiesDictionary overview

Public Instance Constructors

PropertiesDictionary Overloaded. Initializes a new instance of the PropertiesDictionary class.

Public Instance Properties

Count (inherited from ReadOnlyPropertiesDictionary) The number of properties in this collection
Item Gets or sets the value of the property with the specified key.

Public Instance Methods

Clear Remove all properties from the properties collection
Contains (inherited from ReadOnlyPropertiesDictionary) Test if the dictionary contains a specified key
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetKeys (inherited from ReadOnlyPropertiesDictionary) Gets the key names.
GetObjectData (inherited from ReadOnlyPropertiesDictionary) Serializes this object into the SerializationInfo provided.
GetType (inherited from Object) Gets the Type of the current instance.
Remove Remove the entry with the specified key from this dictionary
ToString (inherited from Object) Returns a String that represents the current Object.

See Also

PropertiesDictionary Class | log4net.Util Namespace