log4net SDK Documentation - Microsoft .NET Framework 4.0

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.

See Also

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