[]
        
(Showing Draft Content)

C1.DataCollection.C1GroupDataCollection-1.IndexOf

IndexOf Method

IndexOf(object?)

Gets the index of the specified item.

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

The item to look for.

Returns
Type Description
int

The index of the item.

Overrides