PocketPlanner Programmer's Guide

ItemCollection Class

See Also

Represents a strongly typed collection of Item objects.

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public sealed class ItemCollection : CollectionBase

Visual Basic

Public NotInheritable Class ItemCollection
    Inherits CollectionBase

 Inheritance Hierarchy

System.Object
    System.Collections.CollectionBase
        MindFusion.Scheduling.ItemCollection

 See Also