Gets the appenders contained in this appender as an 
            
 ICollection
ICollection.
            
 (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
public virtual AppenderCollection Appenders { get; }public virtual AppenderCollection Appenders { get; }Public Overridable ReadOnly Property Appenders As AppenderCollection 
	Get
Public Overridable ReadOnly Property Appenders As AppenderCollection 
	Get
public:
virtual property AppenderCollection^ Appenders {
	AppenderCollection^ get ();
}public:
virtual property AppenderCollection^ Appenders {
	AppenderCollection^ get ();
}Return Value
Type: 
AppenderCollection
            A collection of the appenders in this appender.
            
Implements
IAppenderAttachable Appenders
            If no appenders can be found, then an 
EmptyCollection 
            is returned.