Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

LevelCollection.AddRange�Method�(Level[])

Adds the elements of a Level array to the current LevelCollection.

[Visual�Basic]
Overridable�Overloads�Public�Function�AddRange( _
���ByVal x�As�Level()�_
)�As�Integer
[C#]
public�virtual�int�AddRange(
���Level[]x
);

Parameters

x
The Level array whose elements should be added to the end of the LevelCollection.

Return Value

The new Count of the LevelCollection.

See Also

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