PocketPlanner Programmer's Guide

ItemCollection.IndexOf Method

See Also

Returns the zero-based index of the first occurrence of the specified item within this collection.

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public int IndexOf (
    Item item
)

Visual Basic

Public Function IndexOf ( _
    item As Item _
) As Integer

 Parameters

item
The item to locate in the collection.

 Return Value

The zero-based index of the first occurrence of the item within the collection, if found; otherwise, -1.

 See Also