Represents a collection of Task objects.
Inheritance Hierarchy
Namespace:
Aspose.Email.Calendar
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic class TaskCollection : Collection<Task>
Public Class TaskCollection
Inherits Collection(Of Task)
public ref class TaskCollection : public Collection<Task^>
type TaskCollection =
class
inherit Collection<Task>
end
The TaskCollection type exposes the following members.
Constructors
| Name | Description |
---|
 | TaskCollection | Initializes a new instance of the TaskCollection class |
Properties
Methods
See Also