'Declaration Public Function IndexOf( _ ByVal item As System.Object _ ) As System.Integer
public System.int IndexOf( System.object item )
Parameters
- item
- The item to locate.
Return Value
The index at which the specified item is located, or –1 if the item is unknown.