IndexOf
IndexOf(IValueGetter, IValueGetter)
Description
Get the index of the element.
Parameters
Parameter Name | Description |
---|---|
listGetter | Instance to get list |
elementGetter | Instance to get element value |
Returns
Returns the found index. . Returns -1 if not found.