[]
Determines the index of the marker in the collection.
public int IndexOf(Marker item)
Public Function IndexOf(item As Marker) As Integer
Type | Name | Description |
---|---|---|
Marker | item | Marker to locate in collection. |
Type | Description |
---|---|
int | Index of the marker if marker is found in the collection; otherwise, -1. |