- Declared in: RT.Servers.ValuesCollection<TValue>
- Implements: IList<TValue>.IndexOf(TValue)
Declaration
public int IndexOf(
TValue item
)
Summary
Returns the index of the specified item in this collection, or -1 if not found.
Parameters
TValue | item | Item to be searched for. |