TaskCollection Class

Represents a collection of Task objects.
Inheritance Hierarchy
SystemObject
  System.Collections.ObjectModelCollectionTask
    Aspose.Email.CalendarTaskCollection

Namespace:  Aspose.Email.Calendar
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public class TaskCollection : Collection<Task>

The TaskCollection type exposes the following members.

Constructors
  NameDescription
Public methodTaskCollection
Initializes a new instance of the TaskCollection class
Properties
  NameDescription
Public propertyCount (Inherited from CollectionTask.)
Public propertyItem (Inherited from CollectionTask.)
Protected propertyItems (Inherited from CollectionTask.)
Methods
  NameDescription
Public methodAdd (Inherited from CollectionTask.)
Public methodClear (Inherited from CollectionTask.)
Protected methodClearItems (Inherited from CollectionTask.)
Public methodContains (Inherited from CollectionTask.)
Public methodCopyTo (Inherited from CollectionTask.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator (Inherited from CollectionTask.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodIndexOf (Inherited from CollectionTask.)
Public methodInsert (Inherited from CollectionTask.)
Protected methodInsertItem (Inherited from CollectionTask.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemove (Inherited from CollectionTask.)
Public methodRemoveAt (Inherited from CollectionTask.)
Protected methodRemoveItem (Inherited from CollectionTask.)
Protected methodSetItem (Inherited from CollectionTask.)
Public methodToString (Inherited from Object.)
See Also