Megosztás a következőn keresztül:


GeoLineStringCollection.GetEnumerator Method

Definition

Returns an enumerator that iterates through the collection.

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

Returns

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

Implements

Applies to