'Declaration Public Function IndexOf( _ ByVal item As EmbeddedImage _ ) As Integer
public int IndexOf( EmbeddedImage item )
Parameters
- item
- The object to locate in the List. The value can be null for reference types.
Return Value
The index of the entry if it is found in the collection; otherwise, -1.