AppenderCollection AddRange Method Apache log4net™ SDK Documentation
Overload List

  NameDescription
Public methodAddRange(ICollection)
Adds the elements of a IAppender collection to the current AppenderCollection.
Public methodAddRange(AppenderCollection)
Adds the elements of another AppenderCollection to the current AppenderCollection.
Public methodAddRange( IAppender )
Adds the elements of a IAppender array to the current AppenderCollection.
Back to Top
See Also