Share via


GeoArray<T>.GetEnumerator Method

Definition

Returns an enumerator that iterates through the collection.

public Azure.Core.GeoJson.GeoArray<T>.Enumerator GetEnumerator ();
member this.GetEnumerator : unit -> Azure.Core.GeoJson.GeoArray<'T>.Enumerator
Public Function GetEnumerator () As GeoArray(Of T).Enumerator

Returns

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

Applies to