index_of method

index_of

Determines the index of a specific item by property value in the System.Collections.Generic.IList`1.

Returns

The index of the property with the specified value

def index_of(self, property_value):
    ...
ParameterTypeDescription
property_valuestrvalue of the property

See Also