AppenderCollection.AddRange

AppenderCollection.AddRange method

Adds an IAppenders enumeration to the end of collection.

public void AddRange(IEnumerable<IAppender> value)
ParameterTypeDescription
valueIEnumerable`1The IAppenders enumeration to be added to the end of the collection.

See Also