log4net SDK Reference

LevelCollection Constructor (LevelCollection)

Initializes a new instance of the LevelCollection class that contains elements copied from the specified LevelCollection.

[Visual Basic]
Overloads Public Sub New( _
   ByVal c As LevelCollection _
)
[C#]
public LevelCollection(
   LevelCollection c
);

Parameters

c
The LevelCollection whose elements are copied to the new collection.

Remarks

Missing <remarks> documentation for M:log4net.Core.LevelCollection.#ctor(log4net.Core.LevelCollection)

See Also

LevelCollection Class | log4net.Core Namespace | LevelCollection Constructor Overload List