log4net SDK Reference

AppenderCollection.AddRange Method (ICollection)

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

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

Parameters

col
The IAppender collection whose elements should be added to the end of the AppenderCollection.

Return Value

The new Count of the AppenderCollection.

Remarks

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

See Also

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