LevelCollection Constructor Apache log4net™ SDK Documentation
Overload List

  NameDescription
Public methodLevelCollection 
Initializes a new instance of the LevelCollection class that is empty and has the default initial capacity.
Public methodLevelCollection(ICollection)
Initializes a new instance of the LevelCollection class that contains elements copied from the specified Level collection.
Public methodLevelCollection(Int32)
Initializes a new instance of the LevelCollection class that has the specified initial capacity.
Public methodLevelCollection( Level )
Initializes a new instance of the LevelCollection class that contains elements copied from the specified Level array.
Public methodLevelCollection(LevelCollection)
Initializes a new instance of the LevelCollection class that contains elements copied from the specified LevelCollection.
Protected methodLevelCollection(LevelCollection Tag)
Allow subclasses to avoid our default constructors
Back to Top
See Also