Initializes a new instance of the AppenderCollection class that is empty and has the default initial capacity. 
 Initializes a new instance of the AppenderCollection class that is empty and has the default initial capacity. 
public AppenderCollection();
 Initializes a new instance of the AppenderCollection class that contains elements copied from the specified AppenderCollection. 
public AppenderCollection(AppenderCollection);
 Initializes a new instance of the AppenderCollection class that contains elements copied from the specified IAppender array. 
public AppenderCollection(IAppender[]);
 Initializes a new instance of the AppenderCollection class that contains elements copied from the specified IAppender collection. 
public AppenderCollection(ICollection);
 Initializes a new instance of the AppenderCollection class that has the specified initial capacity. 
public AppenderCollection(int);
AppenderCollection Class | log4net.Appender Namespace