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