Searches for the specified object and returns the index of the first
occurrence within the entire list.
Namespace:
C1.C1ScheduleAssembly: C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)
Syntax
C# |
---|
public virtual int IndexOf( Object value ) |
Visual Basic (Declaration) |
---|
Public Overridable Function IndexOf ( _ value As Object _ ) As Integer |
Parameters
- value
- Type: System..::..Object
The Object to index.