Share via


GeoPointCollection.GetEnumerator Method

Definition

Returns an enumerator that iterates through the collection.

public System.Collections.Generic.IEnumerator<Azure.Core.GeoJson.GeoPoint> GetEnumerator ();
abstract member GetEnumerator : unit -> System.Collections.Generic.IEnumerator<Azure.Core.GeoJson.GeoPoint>
override this.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<Azure.Core.GeoJson.GeoPoint>
Public Function GetEnumerator () As IEnumerator(Of GeoPoint)

Returns

An enumerator that can be used to iterate through the collection.

Implements

Applies to