Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

LevelCollection.AddRange�Method�(LevelCollection)

Adds the elements of another LevelCollection to the current LevelCollection.

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

Parameters

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

Return Value

The new Count of the LevelCollection.

See Also

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