[]
        
(Showing Draft Content)

C1.DataCollection.C1VirtualDataCollection-1.IndexOf

IndexOf Method

IndexOf(T?)

Gets the index of the specified item.

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

The item to look for.

Returns
Type Description
int

The index of the item.

Overrides