log4net SDK Reference

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.

Remarks

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

See Also

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