log4net SDK Reference

AppenderCollection Constructor

Initializes a new instance of the AppenderCollection class that is empty and has the default initial capacity.

Overload List

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);

See Also

AppenderCollection Class | log4net.Appender Namespace