Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0 |
|
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.
See Also
LevelCollection Class | log4net.Core Namespace | LevelCollection Constructor Overload List