AppenderCollectionAddRange Method |
Adds an IAppenders enumeration to the end of collection.
Namespace:
Aspose.Email.Tools.Logging
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic void AddRange(
IEnumerable<IAppender> value
)
Public Sub AddRange (
value As IEnumerable(Of IAppender)
)
public:
void AddRange(
IEnumerable<IAppender^>^ value
)
member AddRange :
value : IEnumerable<IAppender> -> unit
Parameters
- value
- Type: System.Collections.GenericIEnumerableIAppender
The IAppenders enumeration to be added to the end of the collection.
See Also