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