AppenderCollection PropertiesApache log4net™ SDK Documentation

The AppenderCollection type exposes the following members.

Properties

  NameDescription
Public propertyCapacity
Gets or sets the number of elements the AppenderCollection can contain.
Public propertyCount
Gets the number of elements actually contained in the AppenderCollection.
Public propertyIsFixedSize
Gets a value indicating whether the collection has a fixed size.
Public propertyIsReadOnly
Gets a value indicating whether the IList is read-only.
Public propertyIsSynchronized
Gets a value indicating whether access to the collection is synchronized (thread-safe).
Public propertyItem
Gets or sets the IAppender at the specified index.
Public propertySyncRoot
Gets an object that can be used to synchronize access to the collection.
Top
See Also

Reference