[]
        
(Showing Draft Content)

C1.Schedule.C1BindingSource.IndexOf

IndexOf Method

IndexOf(object)

Searches for the specified object and returns the index of the first occurrence within the entire list.

Declaration
public virtual int IndexOf(object value)
Parameters
Type Name Description
object value

The object to index.

Returns
Type Description
int

The index of value if found in the list; otherwise, -1.

Implements