AppenderCollection.AddRange
AppenderCollection.AddRange method
Adds an IAppenders enumeration to the end of collection.
public void AddRange(IEnumerable<IAppender> value)
| Parameter | Type | Description |
|---|---|---|
| value | IEnumerable`1 | The IAppenders enumeration to be added to the end of the collection. |
See Also
- interface IAppender
- class AppenderCollection
- namespace Aspose.Email.Tools.Logging
- assembly Aspose.Email