Table of Contents

Class TaskCollection

Namespace
Dynamicweb.Scheduling
Assembly
Dynamicweb.Scheduling.dll
Represents collection of tasks
public class TaskCollection : Collection<Task>, IList<Task>, ICollection<Task>, IReadOnlyList<Task>, IReadOnlyCollection<Task>, IEnumerable<Task>, IList, ICollection, IEnumerable
Inheritance
TaskCollection
Implements
Inherited Members
Extension Methods

Constructors

TaskCollection()

Default constructor
public TaskCollection()
To top