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