[]
        
(Showing Draft Content)

C1.LiveLinq.LiveViews.View-1.IndexOf

IndexOf Method

IndexOf(T)

Searches for the specified object among the elements of the view and returns the zero-based ordinal position of its first occurrence.

Declaration
public int IndexOf(T item)
Parameters
Type Name Description
T item

The object to locate in the view.

Returns
Type Description
int

The zero-based ordinal position of the first occurrence of item in the view, if found; otherwise, -1.

Implements