[]
        
(Showing Draft Content)

C1.DataCollection.C1DataCollectionBase-1.IndexOf

IndexOf Method

IndexOf(T)

Gets the index of the specified item.

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

The item to look for.

Returns
Type Description
int

The index of the item.

Implements