Returns the zero-based index of the first occurrence of the specified item within this collection.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public virtual int IndexOf ( |
Visual Basic
Copy Code
|
|---|
Public Overridable Function IndexOf ( _ |
The item to locate in the collection.
The zero-based index of the first occurrence of the item within the collection, if found; otherwise, -1.
See Also