'Declaration
Public Overloads Function IndexOf( _ ByVal entry As ImageEntry _ ) As Integer
public int IndexOf( ImageEntry entry )
Parameters
- entry
- ImageEntry to locate in th collection.
Return Value
The index of the ImageEntry in the collection, or -1 if the collection does not contain the key.