[]
Gets an enumerator that iterates through the collection.
public IEnumerator<Marker> GetEnumerator()
Public Function GetEnumerator() As IEnumerator(Of Marker)
Type | Description |
---|---|
IEnumerator<Marker> | Enumerator that can be used to iterate through the collection. |