log4net SDK Documentation - Microsoft .NET Framework 4.0

LevelCollection Constructor (ICollection)

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

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

Parameters

col
The Level collection whose elements are copied to the new list.

See Also

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