'Declaration
Public Function IndexOf( _ ByVal item As VectorItem _ ) As Integer
public int IndexOf( VectorItem item )
Parameters
- item
- The element.
Return Value
The zero-based index of element or -1 if element does not exist in the collection.
'Declaration
Public Function IndexOf( _ ByVal item As VectorItem _ ) As Integer
public int IndexOf( VectorItem item )