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

 Syntax

C#  Copy Code

public virtual int IndexOf (
    Item item
)

Visual Basic  Copy Code

Public Overridable 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

ItemCollection Members
ItemCollection Class
MindFusion.Scheduling Namespace