MindFusion.Scheduling for ASP.NET Programmer's Guide
StateCollection(T).IndexOf Method
See Also
 





Returns the index of the first occurrence of the specified item in the collection.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public virtual int IndexOf (
    T item
)

Visual Basic  Copy Code

Public Overridable Function IndexOf( _
    item As T _
) As Integer

 Parameters

item

Type: T
The item to search.

 Return Value

Type: Int32
The zero-based index of the first occurrence of the item; -1 if item was not founded.

 See Also

StateCollection(T) Members
StateCollection(T) Class
MindFusion.Scheduling Namespace