Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

AppenderCollection.AddRange�Method�(IAppender[])

Adds the elements of a IAppender array to the current AppenderCollection.

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

Parameters

x
The IAppender array whose elements should be added to the end of the AppenderCollection.

Return Value

The new Count of the AppenderCollection.

See Also

AppenderCollection Class | log4net.Appender Namespace | AppenderCollection.AddRange Overload List