log4net SDK Reference

AppenderCollection.AddRange Method (AppenderCollection)

Adds the elements of another AppenderCollection to the current AppenderCollection.

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

Parameters

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

Return Value

The new Count of the AppenderCollection.

Remarks

Missing <remarks> documentation for M:log4net.Appender.AppenderCollection.AddRange(log4net.Appender.AppenderCollection)

See Also

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