[]
Gets the index of the ImageEntry with a given key.
public int IndexOf(string key)
| Type | Name | Description |
|---|---|---|
| string | key | String that identifies the ImageEntry. |
| Type | Description |
|---|---|
| int | The index of the ImageEntry in the collection, or -1 if the collection does not contain the key. |
The key parameter is not case-sensitive.