PocketPlanner Programmer's Guide

ItemCollection.Remove Method

See Also

Removes the first occurrence of the specified item from this collection.

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public void Remove (
    Item item
)

Visual Basic

Public Sub Remove ( _
    item As Item _
)

 Parameters

item
An instance of the Item class, which must be removed from the collection.

 See Also