[]
        
(Showing Draft Content)

C1.DataCollection.ISupportIndexing-1.IndexOf

IndexOf Method

IndexOf(T)

Gets the index of an item in the collection, or -1 if the item is not found.

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

The item to look for.

Returns
Type Description
int