[]
Determines the index of a specific item in the IList.
public int IndexOf(object value)
The object to locate in the IList.
The index of value if found in the list; otherwise, -1.
value