Search
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: MindFusion.Scheduling

 Syntax

C#  Copy Code

public int IndexOf (
    Item item
)

Visual Basic  Copy Code

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