PocketPlanner Programmer's Guide

LocationCollection Class

See Also

Represents a strongly typed collection of Location objects.

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public sealed class LocationCollection : CollectionBase

Visual Basic

Public NotInheritable Class LocationCollection
    Inherits CollectionBase

 Inheritance Hierarchy

System.Object
    System.Collections.CollectionBase
        MindFusion.Scheduling.LocationCollection

 See Also