PocketPlanner Programmer's Guide

TaskCollection Class

See Also

Represents a strongly-typed collection of Task objects.

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public sealed class TaskCollection : CollectionBase

Visual Basic

Public NotInheritable Class TaskCollection
    Inherits CollectionBase

 Inheritance Hierarchy

System.Object
    System.Collections.CollectionBase
        MindFusion.Scheduling.TaskCollection

 See Also