Class AppenderCollection

AppenderCollection class

Represents the collecton for Appender objects.

public class AppenderCollection : Collection<IAppender>

Constructors

NameDescription
AppenderCollection()Initializes a new instance of the AppenderCollection class.

Methods

NameDescription
Add(IAppender)Adds an IAppender object to the end of collection.
AddRange(IEnumerable<IAppender>)Adds an IAppenders enumeration to the end of collection.

See Also