Represents the collecton for Appender objects.
More...
Inherits System::Collections::ObjectModel::Collection< System::SharedPtr< Aspose::Email::Tools::Logging::IAppender > >.
Represents the collecton for Appender objects.
◆ AppenderCollection()
Aspose::Email::Tools::Logging::AppenderCollection::AppenderCollection |
( |
| ) |
|
◆ ~AppenderCollection()
virtual Aspose::Email::Tools::Logging::AppenderCollection::~AppenderCollection |
( |
| ) |
|
|
protectedvirtual |
◆ Add()
int32_t Aspose::Email::Tools::Logging::AppenderCollection::Add |
( |
System::SharedPtr< 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()
void Aspose::Email::Tools::Logging::AppenderCollection::AddRange |
( |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< 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. |
◆ SetTemplateWeakPtr()
void Aspose::Email::Tools::Logging::AppenderCollection::SetTemplateWeakPtr |
( |
uint32_t |
argument | ) |
|
|
override |