LevelCollection AddRange Method Apache log4net™ SDK Documentation
Overload List

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