The properties of the AppenderCollection class are listed below. For a complete list of AppenderCollection class members, see the AppenderCollection Members topic.
|  Capacity | Gets or sets the number of elements the AppenderCollectioncan contain. | 
|  Count | Gets the number of elements actually contained in the AppenderCollection. | 
|  IsFixedSize | Gets a value indicating whether the collection has a fixed size. | 
|  IsReadOnly | Gets a value indicating whether the IList is read-only. | 
|  IsSynchronized | Gets a value indicating whether access to the collection is synchronized (thread-safe). | 
|  Item | Gets or sets the IAppender at the specified index. | 
|  SyncRoot | Gets an object that can be used to synchronize access to the collection. | 
AppenderCollection Class | log4net.Appender Namespace