'Declaration Public Overridable Function IndexOf( _ ByVal value As System.Object _ ) As System.Integer
public virtual System.int IndexOf( System.object value )
Parameters
- value
- The System.Object to index.
Return Value
The index of value if found in the list; otherwise, -1.