Returns the index of the first occurrence of the specified item in the collection.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.WebForms
C#
![]() |
---|
public virtual int IndexOf ( |
Visual Basic
![]() |
---|
Public Overridable Function IndexOf( _ |
Type: T
The item to search.
Type: Int32
The zero-based index of the first occurrence of the item; -1 if item was not founded.