log4net SDK Reference

LevelCollection Constructor (Level[])

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

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

Parameters

a
The Level array whose elements are copied to the new list.

Remarks

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

See Also

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