com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class AppenderCollection

  • All Implemented Interfaces:
    com.aspose.ms.System.Collections.Generic.IGenericCollection<IAppender>, com.aspose.ms.System.Collections.Generic.IGenericEnumerable<IAppender>, com.aspose.ms.System.Collections.Generic.IGenericList<IAppender>, com.aspose.ms.System.Collections.IEnumerable<IAppender>, Iterable<IAppender>


    public class AppenderCollection
    extends com.aspose.ms.System.Collections.ObjectModel.Collection<IAppender>

    Represents the collecton for Appender objects.

    • Constructor Summary

      Constructors 
      Constructor and Description
      AppenderCollection()
      Initializes a new instance of the AppenderCollection class.
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      int addAppender(IAppender value)
      Adds an IAppender object to the end of collection.
      void addRange(Iterable<IAppender> value)
      Adds an IAppenders enumeration to the end of collection.
      • Methods inherited from class com.aspose.ms.System.Collections.ObjectModel.Collection

        addItem, clear, containsItem, copyToTArray, get_Item, get_Items, getICollection, getIList, getSyncRoot, indexOfItem, insertItem, isReadOnly, iterator, removeAt, removeItem, set_Item, setItem, size
    • Constructor Detail

      • AppenderCollection

        public AppenderCollection()

        Initializes a new instance of the AppenderCollection class.

    • Method Detail

      • addAppender

        public final int addAppender(IAppender value)

        Adds an IAppender object to the end of collection.

        Parameters:
        value - The IAppender to be added to the end of the collection. The value can be null.
        Returns:
        The index at which the value has been added.
      • addRange

        public final void addRange(Iterable<IAppender> value)

        Adds an IAppenders enumeration to the end of collection.

        Parameters:
        value - The IAppenders enumeration to be added to the end of the collection.