PocketPlanner Programmer's Guide

ItemCollection.Add Method

See Also

Adds the specified item to this collection.

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public void Add (
    Item item
)

Visual Basic

Public Sub Add ( _
    item As Item _
)

 Parameters

item
An Item instance to be added to the collection.

 See Also